Skip to content

Commit

Permalink
Fix design of Deventer.nl?
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoorn committed Feb 21, 2012
1 parent 2beb25d commit 7f7d1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/carrousels/_carrousel_item.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

- if image
= link_to(image_tag(sidebox_image_path(image, :format => :jpg), :alt => h(image.alt)), url)
- if carrousel_item.excerpt
- if carrousel_item.excerpt.present?
%p.excerpt
= h(carrousel_item.excerpt)
= h carrousel_item.excerpt

= link_to t('shared.read_more'), url, :class => 'read_more_link'

0 comments on commit 7f7d1a4

Please sign in to comment.