Sha256: 34b78ffad9d596185040831dc5db75ac38198c6306b3c4b594b25f6ced09dd3a

Contents?: true

Size: 667 Bytes

Versions: 26

Compression:

Stored size: 667 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

26 entries across 26 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/users/show.html.haml
fat_free_crm-0.15.2 app/views/users/show.html.haml
fat_free_crm-0.16.4 app/views/users/show.html.haml
fat_free_crm-0.14.1 app/views/users/show.html.haml
fat_free_crm-0.15.1 app/views/users/show.html.haml
fat_free_crm-0.16.3 app/views/users/show.html.haml
fat_free_crm-0.16.2 app/views/users/show.html.haml
fat_free_crm-0.16.1 app/views/users/show.html.haml
fat_free_crm-0.16.0 app/views/users/show.html.haml
fat_free_crm-0.15.0 app/views/users/show.html.haml
fat_free_crm-0.15.0.beta.2 app/views/users/show.html.haml
fat_free_crm-0.15.0.beta app/views/users/show.html.haml
fat_free_crm-0.14.0 app/views/users/show.html.haml
reduced_fat_crm-0.15.0.beta app/views/users/show.html.haml
reduced_fat_crm-0.14.0 app/views/users/show.html.haml
fat_free_crm-0.13.6 app/views/users/show.html.haml
fat_free_crm-0.13.5 app/views/users/show.html.haml
fat_free_crm-0.13.4 app/views/users/show.html.haml
fat_free_crm-0.13.2 app/views/users/show.html.haml
fat_free_crm-0.12.3 app/views/users/show.html.haml