Sha256: 9c56e1845cb5bd0d0774f81d2a9132a229e8fa947fb7f77a0c581596acfb7553
Contents?: true
Size: 476 Bytes
Versions: 5
Compression:
Stored size: 476 Bytes
Contents
<% title "All Tags" %> <% content_for(:head) do %> <%= stylesheet_link_tag 'tags' %> <% end %> <% content_for(:admin) do %> <ul> <li class="only"><%= link_to 'Logout', logout_url %></li> </ul> <% end %> <div class="right"> <h3 class="page-title"><%= @title %></h3> <% if @tags.empty? %> <p>No Tags have been created yet. <% else %> <div class="tags"> <%= render :partial => @tags %> </div> <% end %> </div> <br style="clear: both;" />
Version data entries
5 entries across 5 versions & 1 rubygems