Commit cb833800fc66097971672d08246d1844eb0ce94b

Authored by Antonio Terceiro
1 parent d7ab4a9d

Adding cancel button in Publish screen

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/cms/publish.rhtml
... ... @@ -24,6 +24,7 @@
24 24  
25 25 <% button_bar do %>
26 26 <%= submit_button 'spread', _('Publish') %>
  27 + <%= button :cancel, _('Cancel'), :back %>
27 28 <% end %>
28 29 <% end %>
29 30  
... ...