Sha256: fbab79d8d05c342e0fee3d332e4af2cbe1d83b7d927921bf2e5bd07505f57762

Contents?: true

Size: 542 Bytes

Versions: 1

Compression:

Stored size: 542 Bytes

Contents

<% @page_heading = _('Manage tags') %>
<% subtabs_for(:content) %>
  
<table cellspacing="1" cellpadding="0">
  <tr>
    <th><%= _("Display Name") %></th>
    <th><%= _("Name") %></th>
    <th><%= _("Articles") %></th>
  </tr>
  <%= render_void_table(@tags.size, 3)  %>
  <% for tag in @tags %>
  <tr <%= alternate_class %>>
    <td> <%= link_to_edit tag.display_name, tag %></td>
    <td><%= tag.name %></td>
    <td><%= link_to_permalink tag, tag.articles.count %></td>
  </tr>  
  <% end %>
  <%= display_pagination(@tags, 3)%>  
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typo-5.4 app/views/admin/tags/index.html.erb