Skip to content

Instantly share code, notes, and snippets.

@valachi
Created April 1, 2013 15:23
Show Gist options
  • Save valachi/5285545 to your computer and use it in GitHub Desktop.
Save valachi/5285545 to your computer and use it in GitHub Desktop.
= render partial: 'articles/show/shared/meta'
.get-slider_main{ class: 'static-slider' }
.get-carousel.carousel-top
.jcarousel
%ul
%li
.get-block_wrapper{class: "#{@article.color_scheme}"}
.get-block_content.grey_grad
.block-wrapper
%p.get-category
%span= @article.category.name
%h2= @article.title
%p.get-desc
%span= raw @article.teaser
= image_tag @article.thumb.url(:inner_regular_thumb)
= render partial: 'articles/show/shared/body'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment