Sha256: dd62b143086d83514618b8f369af7317aecf4218739a70994492f9fe6015153a

Contents?: true

Size: 652 Bytes

Versions: 13

Compression:

Stored size: 652 Bytes

Contents

.title_tools
  - if @user == current_user || current_user.admin?
    = link_to_inline(:edit_profile, edit_user_path(@user), text: t(:edit_profile)) + " | "
    = link_to_inline(:upload_avatar, avatar_user_path(@user), text: t(:upload_picture)) + " | "
    = link_to_inline(:change_password, password_user_path(@user), text: t(:change_password))
.title#title= (@user == current_user ? t(:my_profile) : t(:profile))
%div#edit_profile{ hidden }
%div#upload_avatar{ hidden }
%div#change_password{ hidden }

.list#profile= render "user"

= hook(:show_user_bottom, self)

%iframe#uploading{ name: "uploading", style: "width:100px; height:10px; border:5px" }

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/users/show.html.haml
fat_free_crm-0.22.0 app/views/users/show.html.haml
fat_free_crm-0.21.0 app/views/users/show.html.haml
fat_free_crm-0.20.1 app/views/users/show.html.haml
fat_free_crm-0.20.0 app/views/users/show.html.haml
fat_free_crm-0.19.2 app/views/users/show.html.haml
fat_free_crm-0.19.0 app/views/users/show.html.haml
fat_free_crm-0.18.2 app/views/users/show.html.haml
fat_free_crm-0.17.3 app/views/users/show.html.haml
fat_free_crm-0.18.1 app/views/users/show.html.haml
fat_free_crm-0.18.0 app/views/users/show.html.haml
fat_free_crm-0.17.2 app/views/users/show.html.haml
fat_free_crm-0.17.1 app/views/users/show.html.haml