Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Fixes reference to cut_image_binary_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Jun 18, 2013
1 parent 621cde9 commit 15dcf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-#= render 'images', :note => @notes.first, :type => :standard
- image = @notes.first.resources.first
%figure
= link_to image_tag(cut_image_path(image, :type => :cinema),
= link_to image_tag(cut_image_binary_path(image, :type => :cinema),
:alt => strip_tags(image.description)), @notes.first
- if image.caption
%figcaption= image.caption.html_safe
Expand Down

0 comments on commit 15dcf29

Please sign in to comment.