Sha256: e5a070c5f8e2a86f0d0d427b7357dc6d01e0a93a0d958896faafaa55ac147d1c

Contents?: true

Size: 1.86 KB

Versions: 21

Compression:

Stored size: 1.86 KB

Contents

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

<p>
  <strong><%= t('activerecord.attributes.library_group.name') -%>:</strong>
  <%= @library_group.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.library_group.display_name') -%>:</strong>
  <%= @library_group.display_name.localize -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.library_group.email') -%>:</strong>
  <%= @library_group.email -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.library_group.url') -%>:</strong>
  <%= @library_group.url -%>
</p>

<div>
  <strong><%= t('activerecord.attributes.library_group.login_banner') -%>:</strong>
  <%= markdown_helper(@library_group.login_banner) -%>
</div>

<% if defined?(EnjuBookmark) %>
  <p>
    <strong><%= t('activerecord.attributes.library_group.allow_bookmark_external_url') -%>:</strong>
    <%= localized_boolean(@library_group.allow_bookmark_external_url) -%>
  </p>
<% end %>

<p>
  <strong><%= t('activerecord.attributes.library_group.my_networks') -%>:</strong>
  <%= @library_group.my_networks -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.library_group.admin_networks') -%>:</strong>
  <%= @library_group.admin_networks -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.library_group.note') -%>:</strong>
  <%= @library_group.note -%>
</p>

<p>
  <strong><%= t('activerecord.models.library') -%>:</strong><br />
</p>

<ul>
  <%- @library_group.real_libraries.each do |library| -%>
    <li><%= link_to library.display_name.localize, library -%></li>
  <%- end -%>
</ul>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_library_group_path(@library_group) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

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