Sha256: ce4c0f0af117e9b1237f9fbab6c41ae1f08c2c5d31955c4fd57f71e493bf837e
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
<% @page_heading = _('Theme catalogue') %> <% subtabs_for(:themes) %> <% if @error %> <p><%= _("Sorry the theme catalogue is not available") %></p> <% end %> <% for theme in @themes %> <div class="theme"> <div class='inner'> <%= link_to(image_tag(theme.image), theme.url) %> <h3><%= theme.name %> created by <%= theme.author %></h3> <p><%= theme.description %></p> </div> </div> <% end %> <hr class="clear" />
Version data entries
4 entries across 4 versions & 1 rubygems