Sha256: 2021dc69fab9e11980ebf8d725ca13055323a74312843008c0b5d38eae0997f3

Contents?: true

Size: 414 Bytes

Versions: 73

Compression:

Stored size: 414 Bytes

Contents

- if @profile.image_file_name
  = image_tag @profile.image.url(:thumb)
- else
  - if can? :edit, @profile
    - link_to 'Upload a photo', user_profile_path(@user)
%p
  %b First name:
  = @profile.first_name
%p
  %b Last name:
  = @profile.last_name
%p
  %b Alias:
  = @profile.alias
%p
  %b About me:
  = @profile.about_me

- if current_user.try(:id) == @user.id
  = link_to 'Edit', edit_user_profile_path(@user)

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
wheels-0.0.37 app/views/profiles/show.html.haml
wheels-0.0.36 app/views/profiles/show.html.haml
wheels-0.0.35 app/views/profiles/show.html.haml
wheels-0.0.34 app/views/profiles/show.html.haml
wheels-0.0.33 app/views/profiles/show.html.haml
wheels-0.0.32 app/views/profiles/show.html.haml
wheels-0.0.31 app/views/profiles/show.html.haml
wheels-0.0.30 app/views/profiles/show.html.haml
wheels-0.0.29 app/views/profiles/show.html.haml
wheels-0.0.28 app/views/profiles/show.html.haml
wheels-0.0.27 app/views/profiles/show.html.haml
wheels-0.0.26 app/views/profiles/show.html.haml
wheels-0.0.25 app/views/profiles/show.html.haml
wheels-0.0.24 app/views/profiles/show.html.haml
wheels-0.0.23 app/views/profiles/show.html.haml
wheels-0.0.22 app/views/profiles/show.html.haml
wheels-0.0.21 app/views/profiles/show.html.haml
wheels-0.0.20 app/views/profiles/show.html.haml
wheels-0.0.19 app/views/profiles/show.html.haml
wheels-0.0.18 app/views/profiles/show.html.haml