Commit 1ac0570461d7a822abf90c57109cf5631b1b6539
1 parent
fad23ab1
Exists in
staging
and in
4 other branches
Change 'Why categorize' button from lightbox to colorbox
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/cms/edit.html.erb
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <% end %> |
27 | 27 | |
28 | 28 | <div style='float: right'> |
29 | - <%= lightbox_button :help, _('Why categorize?'), :action => 'why_categorize' %> | |
29 | + <%= colorbox_button :help, _('Why categorize?'), :action => 'why_categorize' %> | |
30 | 30 | </div> |
31 | 31 | |
32 | 32 | <%= select_categories(:article, _('Categorize your article')) %> | ... | ... |