Sha256: 7ffd6e2061d96dca904b36a877f67726b4e29d4563581d2acb95d6d764dfd0a7

Contents?: true

Size: 1.9 KB

Versions: 3

Compression:

Stored size: 1.9 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.user.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 ui-widget-content">
  <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

3 entries across 3 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre36 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre35 app/views/library_groups/show.html.erb
enju_library-0.1.0.pre34 app/views/library_groups/show.html.erb