Sha256: 65eb59fb82ef70afa527a4e2dd9696c374e99e2278eae69a3cb747824af7e72d

Contents?: true

Size: 670 Bytes

Versions: 15

Compression:

Stored size: 670 Bytes

Contents

<div class="card panel-user">
  <div class="card-header">
    <%= image_tag user.avatar.url(:thumb), width: 100 if user.avatar.present? %>
    <h3>
      <%= user.name %>
    </h3>
  </div>

  <div class="list-group">
    <%= render "hyrax/users/vitals", user: user %>

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

  <div class="card-footer clearfix">
    <% if can? :edit, user %>
      <%= link_to hyrax.edit_dashboard_profile_path(user), class: "btn btn-secondary float-right" do %>
        <span class="fa fa-edit"></span> <%= t("hyrax.edit_profile") %>
      <% end %>
    <% end %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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