10 lines
307 B
Plaintext
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 |