From cb833800fc66097971672d08246d1844eb0ce94b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 2 Dec 2009 17:17:47 -0300 Subject: [PATCH] Adding cancel button in Publish screen --- app/views/cms/publish.rhtml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/views/cms/publish.rhtml b/app/views/cms/publish.rhtml index 0f2d6cc..2c43c48 100644 --- a/app/views/cms/publish.rhtml +++ b/app/views/cms/publish.rhtml @@ -24,6 +24,7 @@ <% button_bar do %> <%= submit_button 'spread', _('Publish') %> + <%= button :cancel, _('Cancel'), :back %> <% end %> <% end %> -- libgit2 0.21.2