diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-01 22:45:21 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-01 22:45:21 -0700 |
| commit | f48ccdbf174b28f5bc1d2fddd71dfb2fed9337cc (patch) | |
| tree | 1f6aa228b5ced05431a8da96128b5703740cfb6f /app | |
| parent | 62ddf908a769d946d1ee08eab4f0ee46da320c56 (diff) | |
move tags above the line because it's nicer like that
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/creations/show.html.erb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/creations/show.html.erb b/app/views/creations/show.html.erb index df939bee..7b3c8c11 100644 --- a/app/views/creations/show.html.erb +++ b/app/views/creations/show.html.erb @@ -29,13 +29,13 @@ $(function() { <div class="span6"> <h1><%= link_to @creation.name, creation_path(@creation) %></h1> <p>By <%= link_to @creation.user.name, profile_path(@creation.user) %></p> - <hr /> <% if @creation.tags.any? %> <span> <i class="icon-tags"></i> </span> - <% @creation.tags.each do |tag| -%> - <a href="<%= url_for creation_tag_path(tag.name) %>"><span class="label"><%= tag.name %></span></a> - <% end -%> - <% end -%> + <% @creation.tags.each do |tag| -%> + <a href="<%= url_for creation_tag_path(tag.name) %>"><span class="label"><%= tag.name %></span></a> + <% end -%> + <% end -%> + <hr /> <div class="row"> <div class="span3"> <% if user_signed_in? %> |
