Sha256: 9a9bfc2a0275e3f453ea1ed6a70398071c8809a997b387f43e66c592586e1055

Contents?: true

Size: 345 Bytes

Versions: 15

Compression:

Stored size: 345 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-id-card" aria-hidden="true"></span> Edit Profile</h1>
<% end %>
<div class="card">
  <div class="card-body">
    <div class="col-sm-6 profile">
      <%= render 'edit_primary' %>
    </div>

    <div class="col-sm-6 profile">
      <%= render 'edit_secondary' %>
    </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/edit.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/profiles/edit.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/profiles/edit.html.erb