Merge branch 'master' of github.com:Connoropolous/metamaps_gen002
This commit is contained in:
commit
e6029e59c8
2 changed files with 13 additions and 0 deletions
|
@ -637,3 +637,12 @@ input[type="submit"] {
|
|||
color: #FFF;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.contact {
|
||||
text-align: center;
|
||||
margin: 1em 0 1em 0;
|
||||
}
|
||||
|
||||
.contact a {
|
||||
color: #36bbe8;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
# Located at /
|
||||
# Shows 3 most recently created topics, synapses, and maps.
|
||||
#%>
|
||||
|
||||
<p class="contact">
|
||||
To get in touch, follow or tweet at us! <a target="_blank" href="https://twitter.com/metamapps">@metamapps</a>.
|
||||
</p>
|
||||
<div class="profile">
|
||||
|
||||
<h2>Recently Created Topics <%= link_to "see all", topics_url%></h2>
|
||||
|
|
Loading…
Reference in a new issue