Sha256: 1e7f0df9517058f1eed750ae75bbd5152c9fdf48cb63cd5085c1d960cc2a41c4
Contents?: true
Size: 548 Bytes
Versions: 14
Compression:
Stored size: 548 Bytes
Contents
<% content_for :page_heading do %> <h2> <%= t('.manage_pages') %> <%= link_to(t('.new_page'), { controller: 'pages', action: 'new' }, { id: 'dialog-link', class: 'btn btn-info pull-right' }) %> </h2> <% end %> <table class='table table-striped'> <thead> <tr class='noborder'> <th><%= t('.title') %></th> <th><%= t('.author') %></th> <th><%= t(".created_at") %></th> <th><%= t(".text_filter") %></th> <th><%= t(".actions") %></th> </tr> </thead> <tbody> <%= render 'pages' %> </tbody> </table>
Version data entries
14 entries across 14 versions & 1 rubygems