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.1.30 app/views/profiles/show.html.haml
wheels-0.1.28 app/views/profiles/show.html.haml
wheels-0.1.27 app/views/profiles/show.html.haml
wheels-0.1.25 app/views/profiles/show.html.haml
wheels-0.1.24 app/views/profiles/show.html.haml
wheels-0.1.23 app/views/profiles/show.html.haml
wheels-0.1.22 app/views/profiles/show.html.haml
wheels-0.1.21 app/views/profiles/show.html.haml
wheels-0.1.20 app/views/profiles/show.html.haml
wheels-0.1.19 app/views/profiles/show.html.haml
wheels-0.1.18 app/views/profiles/show.html.haml
wheels-0.1.17 app/views/profiles/show.html.haml
wheels-0.1.16 app/views/profiles/show.html.haml
wheels-0.1.15 app/views/profiles/show.html.haml
wheels-0.1.14 app/views/profiles/show.html.haml
wheels-0.1.13 app/views/profiles/show.html.haml
wheels-0.1.12 app/views/profiles/show.html.haml
wheels-0.1.10 app/views/profiles/show.html.haml
wheels-0.1.9 app/views/profiles/show.html.haml
wheels-0.1.8 app/views/profiles/show.html.haml