Sha256: 7c6715d54eca89aac6769434467c65ba2654ee5898aae7a42e7f123b2fe48127
Contents?: true
Size: 436 Bytes
Versions: 9
Compression:
Stored size: 436 Bytes
Contents
<% 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
9 entries across 9 versions & 1 rubygems