cirandas.net

ref: master

app/views/shared/theme_test_panel.html.erb


<%= _('Testing theme "%s"') % current_theme %>

<%= _('You can move this window away to have a better visualization of specific parts of screen.') %>

<%= button_bar do %> <%= button(:ok, _('Finished testing'), :controller => 'profile_themes', :profile => theme_owner, :action => 'stop_test', :id => current_theme) %> <%= button(:edit, _('Edit theme'), :controller => 'profile_themes', :profile => theme_owner, :action => 'edit', :id => current_theme) %> <% end %>
<%= draggable_element('theme-test-panel') %>