Sha256: 36e601a2fa1166b3b638e71ff1c5523f8db3ceae309517d6ddfae3456b264896

Contents?: true

Size: 986 Bytes

Versions: 33

Compression:

Stored size: 986 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.library_group')) -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.attributes.library_group.display_name') -%></th>
    <th><%= t('activerecord.attributes.library_group.name') -%></th>
    <th><%= t('activerecord.attributes.library_group.email') -%></th>
    <td></td>
  </tr>

<%- @library_groups.each do |library_group| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to h(library_group.display_name.localize), edit_library_group_path(library_group) -%></td>
    <td><%= library_group.name -%></td>
    <td><%= library_group.email -%></td>
    <td><%= link_to t('page.edit'), edit_library_group_path(library_group) -%></td>
  </tr>
<%- end -%>
</table>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= t('library_group.configuration') -%></li>
  </ul>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre32 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre31 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre30 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre29 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre28 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre27 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre26 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre25 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre24 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre23 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre22 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre21 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre20 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre19 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre18 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre17 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre16 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre15 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre14 app/views/library_groups/index.html.erb
enju_library-0.1.0.pre13 app/views/library_groups/index.html.erb