Sha256: 1a09c986f362b41d287963e95c5b6deb37564994c0e99f50faecd453dccecffd

Contents?: true

Size: 431 Bytes

Versions: 14

Compression:

Stored size: 431 Bytes

Contents

<%= form_for :user, url: update_user_path, method: :put do |f| %>
  <div class="row mu-tab-body">
    <div class="col-md-4 text-center">
      <%= image_tag @user.profile_picture, size: '250x250', class: 'img-circle' %>
    </div>
    <div class="col-md-8">
      <%= render partial: 'profile_fields', locals: {form: f} %>
      <div><%= f.submit t(:save), class: 'btn btn-success btn-block' %></div>
    </div>
  </div>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
mumuki-laboratory-7.7.6 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.5 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.4 app/views/users/_user_form.html.erb
mumuki-laboratory-7.8.0 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.3 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.2 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.1 app/views/users/_user_form.html.erb
mumuki-laboratory-7.7.0 app/views/users/_user_form.html.erb
mumuki-laboratory-7.6.2 app/views/users/_user_form.html.erb
mumuki-laboratory-7.6.1 app/views/users/_user_form.html.erb
mumuki-laboratory-7.6.0 app/views/users/_user_form.html.erb
mumuki-laboratory-7.5.2 app/views/users/_user_form.html.erb
mumuki-laboratory-7.5.1 app/views/users/_user_form.html.erb
mumuki-laboratory-7.5.0 app/views/users/_user_form.html.erb