<% if theme.path == @active.path %>
<%= t('.active_theme', name: theme.name) %>
<%= image_tag(preview_url, class: 'img-responsive img-thumbnail') %>
<%= raw theme.description_html %>
<% else %>
<%= link_to(theme.name, switch_url, title: t('.use_this_theme')) %>
<%= link_to(image_tag(preview_url, class: 'img-thumbnail'), switch_url, title: t('.use_this_theme')) %>
<%= raw theme.description_html %>
<%= link_to(t('.use_this_theme'), switch_url, class: 'btn btn-info') %>
<% end %>
<% end %>