boissier_app/app/views/public/folders/_folder.html.haml
Nicolas Bally 6abf7679fd initial
2011-05-14 13:36:30 +02:00

10 lines
307 B
Plaintext

.folder
.image_file
=link_to image_tag(folder.image_file.file.square.url), folder_path(:slug => folder.slug) if folder.image_file
.title
%h3=link_to folder.title, folder_path(:slug => folder.slug)
.description
=link_to simple_format(folder.description), folder_path(:slug => folder.slug)
.clear