Sha256: 74a5d5753bbc065c963499c7fd3dd845079a106ad95faf90de460ee141f0d062
Contents?: true
Size: 881 Bytes
Versions: 13
Compression:
Stored size: 881 Bytes
Contents
<li> <p> <%=h theme.title %> </p> <%= image_tag(preview_image_admin_theme_url(theme), :width => 135, :height => 135) %> <p> <span class='actions'> <%= link_to refinery_icon_tag('star.png'), activate_admin_theme_url(theme), :title => "Activate this theme" %> <%= link_to refinery_icon_tag('page_white_put.png'), theme.public_filename, :title => "Download this theme (#{number_to_human_size(theme.size)})" %> <%= link_to refinery_icon_tag('application_edit.png'), edit_admin_theme_url(theme), :title => "Edit this theme" if Theme::directory_is_writable? %> <%= link_to refinery_icon_tag('delete.png'), admin_theme_path(theme), :class => "cancel confirm-delete", :title => "Remove this theme forever" %> </span> </p> </li>
Version data entries
13 entries across 13 versions & 1 rubygems