Sha256: 0255f1707abde608f0963c6da49a0dd7f5a49be2e54d7b12703a0fe1737fd3f4

Contents?: true

Size: 870 Bytes

Versions: 5

Compression:

Stored size: 870 Bytes

Contents

<div class="mu-user-header">
  <h1><%= @user.name %></h1>
  <div class="mu-profile-actions hidden-xs">
    <%= edit_profile_button %>
  </div>
</div>
<div class="row mu-tab-body">
  <div class="col-md-4 text-center">
    <%= profile_picture_for(@user, id: 'mu-user-avatar', class: 'mu-user-avatar') %>
  </div>
  <div class="col-md-8 mu-profile-info">
    <% if @user.age.present? %>
      <div>
        <span> <strong><%= t :age %>:</strong> <%= "#{@user.age} #{t :years}" %> </span>
      </div>
    <% end %>
    <div>
      <span> <strong><%= t :email %>:</strong> <%= @user.email %> </span>
    </div>
    <div>
      <span> <strong><%= t :programming_since %>:</strong> <%= t(:time_since, time: time_ago_in_words(@user.created_at)) %> </span>
    </div>
  </div>

  <div class="mu-profile-actions mobile visible-xs">
    <%= edit_profile_button %>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mumuki-laboratory-8.0.0 app/views/users/_user_form.html.erb
mumuki-laboratory-7.12.1 app/views/users/_user_form.html.erb
mumuki-laboratory-7.12.0 app/views/users/_user_form.html.erb
mumuki-laboratory-7.11.1 app/views/users/_user_form.html.erb
mumuki-laboratory-7.11.0 app/views/users/_user_form.html.erb