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.7 app/views/profiles/show.html.haml
wheels-0.1.6 app/views/profiles/show.html.haml
wheels-0.1.5 app/views/profiles/show.html.haml
wheels-0.1.4 app/views/profiles/show.html.haml
wheels-0.1.3 app/views/profiles/show.html.haml
wheels-0.1.2 app/views/profiles/show.html.haml
wheels-0.1.1 app/views/profiles/show.html.haml
wheels-0.1.0 app/views/profiles/show.html.haml
wheels-0.0.49 app/views/profiles/show.html.haml
wheels-0.0.48 app/views/profiles/show.html.haml
wheels-0.0.47 app/views/profiles/show.html.haml
wheels-0.0.46 app/views/profiles/show.html.haml
wheels-0.0.45 app/views/profiles/show.html.haml
wheels-0.0.44 app/views/profiles/show.html.haml
wheels-0.0.43 app/views/profiles/show.html.haml
wheels-0.0.42 app/views/profiles/show.html.haml
wheels-0.0.41 app/views/profiles/show.html.haml
wheels-0.0.40 app/views/profiles/show.html.haml
wheels-0.0.39 app/views/profiles/show.html.haml
wheels-0.0.38 app/views/profiles/show.html.haml