Skip to content

Commit

Permalink
show original
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Apr 2, 2015
1 parent ab37fca commit 6c88499
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/photos/_photo.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
= image_tag(photo.url_big.presence || photo.url_original , :class => "img-thumbnail img-responsive")#, photo
.carousel-caption.hidden-xs
%h3= photo.album.flickr_title.titleize
= photo.flickr_description if photo.flickr_description.present?
-if admin?
%p= link_to "Edit on Flickr", photo.view_on_flickr_url, :class => 'flickr-link'
-#= photo.flickr_description if photo.flickr_description.present?
%p= link_to "Original", photo.view_on_flickr_url, :class => 'flickr-link'

0 comments on commit 6c88499

Please sign in to comment.