From 692e6f67d966d4b8718c8cb3f8e6c3b3afd4bfb5 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 25 May 2009 18:57:10 -0300 Subject: [PATCH] ActionItem1049: fixing link --- app/views/themes/edit.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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