Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Update index.html.haml (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn authored and weiweishi committed Oct 17, 2018
1 parent 080dcc1 commit 4a0a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profiles/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
- @photo_link = URI.encode(@photo_link_dirty)
- @no_photo = "staff-photos/thumbs/none.jpg"
%td.staff-images
= link_to image_tag(@no_photo), profile_path(profile)
= link_to image_tag(@photo_link), profile_path(profile)
%td
%h2
= link_to((profile.first_name.capitalize+" "+profile.last_name.capitalize), profile_path(profile))
Expand Down

0 comments on commit 4a0a32b

Please sign in to comment.