Sha256: c9c4d149140140d1c567058dd0e043ac8596929a26fd0f5b65ef397a508f5956

Contents?: true

Size: 680 Bytes

Versions: 13

Compression:

Stored size: 680 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-id-card"></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>
      </div>
    </div>
  </div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/profiles/show.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/profiles/show.html.erb