Sha256: 3a4d5fcd95c5c4af25002d1f2841052a0b9db6554c42b5ee240c2ba1a0abb4ca
Contents?: true
Size: 1.05 KB
Versions: 14
Compression:
Stored size: 1.05 KB
Contents
<div data-role="header"> <h1><%= @library_group.display_name.localize %></h1> </div> <div data-role="content"> <h2 class="title"> <% if user_signed_in? %> <%= t('page.user_title', :login_name => current_user.username) -%> <% else %> <%= t('page.catalog_search') -%> <% end %> </h2> <div id="user_search_form"> <%= render 'page/search_form' -%> <p><%= t('page.number_of_manifestations', :numdocs => Manifestation.search.total, :count => Manifestation.search.total) -%></p> <h3 style="display: inline"><%= link_to t('page.new_resource'), manifestations_path(:mode => 'recent') -%></h3> <% if defined?(EnjuQuestion) %> <h4 style="display: inline"><%= link_to t('activerecord.models.question'), questions_path %></h4> <% end %> <% if defined?(EnjuBookmark) %> <% if user_signed_in? %> <h4 style="display: inline"><%= link_to t('activerecord.models.bookmark'), user_bookmarks_path(current_user) %></h4> <% end %> <% end %> </div> </div>
Version data entries
14 entries across 14 versions & 1 rubygems