Sha256: badf7ca4e636126f4b555a3c3a8da02da975c474aed378a2a195b60323e32e16
Contents?: true
Size: 693 Bytes
Versions: 2
Compression:
Stored size: 693 Bytes
Contents
<% @page_heading = _('Choose a theme') %> <% content_for('tasks') do %> <%= tab _("Customize Sidebar"), :controller=>"sidebar", :action=>"index" %> <%= tab _("Manage Text Filters"), :controller=>"textfilters", :action=>"list" %> <% end %> <% for theme in @themes %> <div class="set theme" style="margin-top:10px;"> <div class="preview"><img src="<%= url_for :action => 'preview', :theme => theme.name %>" alt="<%= theme.name %>" /></div> <%= theme.description_html %> <% if theme.path == @active.path -%> <em>(<%= _("Active theme")%>)</em> <% else -%> <%= link_to _("Activate"), :action => 'switchto', :theme => theme.name %> <% end -%> <br clear="all" /> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/themes/index.rhtml |
typo-4.1 | app/views/admin/themes/index.rhtml |