Commit 692e6f67d966d4b8718c8cb3f8e6c3b3afd4bfb5
1 parent
94ad3b31
Exists in
master
and in
28 other branches
ActionItem1049: fixing link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/themes/edit.rhtml
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <%# FIXME %> | 2 | <%# FIXME %> |
3 | <h1 id='theme-name'> | 3 | <h1 id='theme-name'> |
4 | <%= _('Editing theme "%s"') % @theme.name %> | 4 | <%= _('Editing theme "%s"') % @theme.name %> |
5 | - <%= button(:search, _('Preview this theme'), :action => 'index') %> | 5 | + <%= button(:eyes, _('Preview this theme'), :action => 'start_test', :id => @theme.id) %> |
6 | <%= button(:back, _('Back'), :action => 'index') %> | 6 | <%= button(:back, _('Back'), :action => 'index') %> |
7 | </h1> | 7 | </h1> |
8 | </form> | 8 | </form> |