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