Skip to content

Commit

Permalink
move likes to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Apr 4, 2012
1 parent 799889d commit 7506a15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/views/application/_search_form.html.erb
Expand Up @@ -8,6 +8,5 @@
<% end %>
<div class='clearfix'></div>
</div>
<%= yield(:likes) %>
<% end %>
</div>
9 changes: 8 additions & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -51,7 +51,14 @@

<hr>
<footer>
<p>&copy; 2012, <%= link_to 'GPLv3', 'http://www.opensource.org/licenses/gpl-3.0.html' %></p>
<div class='row'>
<div class='span4'>
&copy; 2012, <%= link_to 'GPLv3', 'http://www.opensource.org/licenses/gpl-3.0.html' %>
</div>
<div class='span8'>
<%= yield(:likes) %>
</div>
</div>
</footer>

</div> <!-- /container -->
Expand Down

0 comments on commit 7506a15

Please sign in to comment.