From 1ac0570461d7a822abf90c57109cf5631b1b6539 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 7 Oct 2014 15:09:26 -0300 Subject: [PATCH] Change 'Why categorize' button from lightbox to colorbox --- app/views/cms/edit.html.erb | 2 +- app/views/cms/why_categorize.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cms/edit.html.erb b/app/views/cms/edit.html.erb index af96d7b..2ec8266 100644 --- a/app/views/cms/edit.html.erb +++ b/app/views/cms/edit.html.erb @@ -26,7 +26,7 @@ <% end %>
- <%= lightbox_button :help, _('Why categorize?'), :action => 'why_categorize' %> + <%= colorbox_button :help, _('Why categorize?'), :action => 'why_categorize' %>
<%= select_categories(:article, _('Categorize your article')) %> diff --git a/app/views/cms/why_categorize.html.erb b/app/views/cms/why_categorize.html.erb index 0735f68..3c9f2dd 100644 --- a/app/views/cms/why_categorize.html.erb +++ b/app/views/cms/why_categorize.html.erb @@ -5,5 +5,5 @@

<% button_bar do %> - <%= lightbox_close_button _('Close') %> + <%= colorbox_close_button _('Close') %> <% end %> -- libgit2 0.21.2