boissier_app/app/views/admin/folders/_show.html.haml
2011-08-22 12:09:17 +02:00

25 lines
667 B
Plaintext

#folder_show.QI_background_middle.QI_padding_small
%table
%tr
%td{:rowspan => 4, :style => "width:270px;text-align:center"}
=image_tag @folder.image_file.file.large.medium.small.thumb.url if @folder.image_file
%td{:style => "width:150px;"} Nom :
%td=@folder.title
%tr
%td Type de dossier :
%td
=Folder::FOLDER_TYPES[@folder.folder_type_id.to_i-1][0] if @folder.folder_type_id
=@folder.folder_type_id
%tr
%td Permalink :
%td=@folder.slug
%tr
%td Statut :
%td=@folder.enabled ? "Publié" : "Brouillon"
%tr
%td{:style => "vertical-align:top"} Description courte :
%td= simple_format @folder.description