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

Version Path
lato_view-1.1.5 app/cells/lato_view/cells_v1/index/views/head.html.erb
lato_view-1.1.5 app/cells/lato_view/layout/index/views/head.html.erb
lato_view-1.1.4 app/cells/lato_view/cells_v1/index/views/head.html.erb
lato_view-1.1.4 app/cells/lato_view/layout/index/views/head.html.erb
lato_view-1.1.3 app/cells/lato_view/cells_v1/index/views/head.html.erb
lato_view-1.1.3 app/cells/lato_view/layout/index/views/head.html.erb
lato_view-1.1 app/concepts/lato_view/index/views/head.html.erb