Sha256: 6080e7f885f9c3ca7fdff0b0de3f4a5b52966dfad674c1160b7f067c5e6651da

Contents?: true

Size: 1.75 KB

Versions: 12

Compression:

Stored size: 1.75 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>

<div>
  <strong><%= t('activerecord.attributes.library_group.login_banner') -%>:</strong>
  <%= raw textilize(h(@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

12 entries across 12 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre10 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre9 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre8 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre7 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre6 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre5 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre4 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre3 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre2 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre app/views/library_groups/show.html.erb
enju_library-0.0.2 app/views/library_groups/show.html.erb
enju_library-0.0.1 app/views/library_groups/show.html.erb