Sha256: bda2af8e6ac026a9782213d1f7d79ffc73d9f0ed548d8a450f1179316f985e3b
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
<% if(@head and !@head.nil?) %> <thead> <tr> <% @head.each do |title| %> <th><%=raw title %></th> <% end %> <% if @show_link || @edit_link || @delete_link %> <th class="actions"><%= VIEW_LANG['index']['actions'] %></th> <% end %> </tr> </thead> <% end %>
Version data entries
7 entries across 4 versions & 1 rubygems