Sha256: 6917947fd902eb47bafa429b950f653f33f7fc1e2381e79bedecbf1e41d470f1

Contents?: true

Size: 879 Bytes

Versions: 15

Compression:

Stored size: 879 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="float-right">
      <%= link_to hyrax.edit_dashboard_profile_path(@user), class: "btn btn-primary" do %>
        <%= t("hyrax.edit_profile") %>
      <% end %>
    </div>
  <% end %>
<% end %>

  <div class="card">
    <div class="card-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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/profiles/show.html.erb