Sha256: 4f34e9eb40c7e3ddfcd1b036fbc8b504304fe5c7f6c8286f040569d758a32719
Contents?: true
Size: 476 Bytes
Versions: 10
Compression:
Stored size: 476 Bytes
Contents
<% content_for :page_heading do %> <h2> <i class="glyphicon glyphicon-large glyphicon-folder-open"></i> <%= 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> </tr> </thead> <%= render 'pages' %> </table>
Version data entries
10 entries across 10 versions & 1 rubygems