Sha256: 3c70549c23627666f134902ed129dc325e0d39e77b2d2bc5f84062dbfd7c2efb

Contents?: true

Size: 1.28 KB

Versions: 19

Compression:

Stored size: 1.28 KB

Contents

<ul id="user_utility_links" class="nav navbar-nav navbar-right">
  <%= render 'shared/locale_picker' if available_translations.size > 1 %>
  <% if user_signed_in? %>
    <li>
      <%= render_notifications(user: current_user) %>
    </li>
    <li class="dropdown">
      <%= link_to hyrax.dashboard_profile_path(current_user), role: 'button', data: { toggle: 'dropdown' }, aria: { haspopup: true, expanded: false} do %>
        <span class="sr-only"><%= t("hyrax.toolbar.profile.sr_action") %></span>
        <span class="hidden-xs">&nbsp;<%= current_user.name %></span>
        <span class="sr-only"> <%= t("hyrax.toolbar.profile.sr_target") %></span>
        <span class="fa fa-user"></span>
        <span class="caret"></span>
      <% end %>
      <ul class="dropdown-menu dropdown-menu-right" role="menu">
        <li><%= link_to t("hyrax.toolbar.dashboard.menu"), hyrax.dashboard_path %></li>

        <li class="divider"></li>
        <li><%= link_to t("hyrax.toolbar.profile.logout"), main_app.destroy_user_session_path %></li>
      </ul>
    </li><!-- /.btn-group -->
  <% else %>
    <li>
      <%= link_to main_app.new_user_session_path do %>
        <span class="glyphicon glyphicon-log-in" aria-hidden="true"></span> <%= t("hyrax.toolbar.profile.login") %>
      <% end %>
    </li>
  <% end %>
</ul>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/_user_util_links.html.erb
hyrax-2.2.0 app/views/_user_util_links.html.erb
hyrax-2.1.0 app/views/_user_util_links.html.erb
hyrax-2.1.0.rc4 app/views/_user_util_links.html.erb
hyrax-2.1.0.rc3 app/views/_user_util_links.html.erb
hyrax-2.1.0.rc2 app/views/_user_util_links.html.erb
hyrax-2.1.0.rc1 app/views/_user_util_links.html.erb
hyrax-2.1.0.beta2 app/views/_user_util_links.html.erb
hyrax-2.0.2 app/views/_user_util_links.html.erb
hyrax-2.1.0.beta1 app/views/_user_util_links.html.erb
hyrax-2.0.1 app/views/_user_util_links.html.erb
hyrax-2.0.0 app/views/_user_util_links.html.erb
hyrax-2.0.0.rc3 app/views/_user_util_links.html.erb
hyrax-2.0.0.rc2 app/views/_user_util_links.html.erb
hyrax-2.0.0.rc1 app/views/_user_util_links.html.erb
hyrax-2.0.0.beta5 app/views/_user_util_links.html.erb
hyrax-2.0.0.beta4 app/views/_user_util_links.html.erb
hyrax-2.0.0.beta3 app/views/_user_util_links.html.erb
hyrax-2.0.0.beta2 app/views/_user_util_links.html.erb