diff --git a/app/views/themes/edit.rhtml b/app/views/themes/edit.rhtml index b1fdd2e..b282c99 100644 --- a/app/views/themes/edit.rhtml +++ b/app/views/themes/edit.rhtml @@ -2,7 +2,7 @@ <%# FIXME %>

<%= _('Editing theme "%s"') % @theme.name %> - <%= button(:search, _('Preview this theme'), :action => 'index') %> + <%= button(:eyes, _('Preview this theme'), :action => 'start_test', :id => @theme.id) %> <%= button(:back, _('Back'), :action => 'index') %>

-- libgit2 0.21.2