Commit 5aee489aa69f1362f3dfb7caa8acfe4ebf247907

Authored by Antonio Terceiro
1 parent ae8adeac

ActionItem1210: adding "no icon" option

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/link_list_block.rb
1 1 class LinkListBlock < Block
2 2  
3 3 ICONS = [
  4 + ['no-icon', _('(No icon)')],
4 5 ['edit', N_('Edit')],
5 6 ['new', N_('New')],
6 7 ['save', N_('Save')],
... ...