ref: master
app/views/profile_themes/index.html.erb
<%= render :partial => 'themes/select_template' %>
<%= render :partial => 'themes/select_theme' %>
<% if environment.enabled?('user_themes') %>
<% end %>
<%= button_bar do %>
<% if environment.enabled?('user_themes') %>
<%= modal_button :add, _('New theme ...'), :action => 'new' %>
<% end %>
<%= button(:back, _('Back'), :controller => 'profile_editor', :action => 'index') %>
<% end %>