Sha256: c0569bfc2e332580b1cb893c901a65fb42ea8b6eccbfad888ea46fcfe95da96e

Contents?: true

Size: 1.05 KB

Versions: 34

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'), bookmarks_path(user_id: current_user.username) %></h4>
        <% end %>
      <% end %>
    </div>
  </div>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
enju_leaf-1.1.3 app/views/page/_index.mobile.erb
enju_leaf-1.1.2 app/views/page/_index.mobile.erb
enju_leaf-1.1.1 app/views/page/_index.mobile.erb
enju_leaf-1.1.0 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc22 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc21 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc20 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc19 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc18 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc17 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc16 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc15 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc14 app/views/page/_index.mobile.erb
enju_leaf-1.1.0.rc13 app/views/page/_index.mobile.erb