Created
July 14, 2011 12:50
-
-
Save anonymous/1082382 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- if news.image | |
= image_tag news.image, :width => 180, :height => 150, :style => 'float:left;margin-right: 10px;' | |
- else | |
= image_tag 'noimageavailable.jpg', :width => 180, :height => 150, :style => 'float:left;margin-right: 10px;' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment