Created
December 27, 2011 20:10
-
-
Save fabiode/1525001 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def bulletin_content(bulletin) | |
if bulletin.is_image? | |
image_tag bulletin.asset.url(:large) | |
else | |
link_to image_tag('download_arquivo.png'), @bulletin.asset.url(:original) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment