Sha256: ee7d6235df29070fb3e7661f85cdb71969797f25b5ba1ffce3e18efa70617f4a

Contents?: true

Size: 894 Bytes

Versions: 42

Compression:

Stored size: 894 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-id-card" aria-hidden="true"></span> <%= t("hyrax.admin.sidebar.profile") %></h1>
  <% if can? :edit, current_user %>
    <div class="pull-right">
      <%= link_to hyrax.edit_dashboard_profile_path(@user), class: "btn btn-primary" do %>
        <%= t("hyrax.edit_profile") %>
      <% end %>
    </div>
  <% end %>
<% end %>

  <div class="panel panel-default">
    <div class="panel-body">
      <div class="list-group col-md-5 col-sm-8">
        <%= render "hyrax/users/vitals", user: @user %>

        <div class="list-group-item">
          <%= render 'hyrax/users/user_info', user: @user %>
        </div>

        <% if @presenter.trophies.any? %>
          <div class="list-group-item">
            <%= render 'hyrax/users/contributions', presenter: @presenter %>
          </div>
        <% end %>
      </div>
    </div>
  </div>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/profiles/show.html.erb