Sha256: 93e4aa481c65b878c616e551c830f703e9e48e0feaec41530f49dfc9f2626db2

Contents?: true

Size: 997 Bytes

Versions: 4

Compression:

Stored size: 997 Bytes

Contents

<% @page_heading = _('Choose a theme') %>
<% subtabs_for(:themes) %>

<% for theme in @themes %>
<div class="theme">
  <div class='inner'>
    <% if theme.path == @active.path -%>
      <%= image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)) %>
    <% else %>
      <%= link_to(image_tag(url_for(:action => 'preview', :theme => theme.name, :skip_relative_url_root => true)), :action => 'switchto', :theme => theme.name) %>
    <% end %>
    <%= theme.description_html %>
    <% if theme.path == @active.path -%>
    <em>(<%= _("Active theme")%>)</em>
    <% end -%>
  </div>
</div>
<% end %>

<hr class="clear" />

<h2><%= _("Get more themes")%> </h2>
<p>
    <%= _("You can download third party themes from officially supported %s ", link_to(_("Typogarden"), 'http://typogarden.org'))%> <%= _("To install a theme you  just need to upload the theme folder into your themes directory. Once a theme is uploaded, you should see it on this page.") %>
</p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/themes/index.html.erb
typo-5.4.2 app/views/admin/themes/index.html.erb
typo-5.4.1 app/views/admin/themes/index.html.erb
typo-5.4 app/views/admin/themes/index.html.erb