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