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 class LinkListBlock < Block 1 class LinkListBlock < Block
2 2
3 ICONS = [ 3 ICONS = [
  4 + ['no-icon', _('(No icon)')],
4 ['edit', N_('Edit')], 5 ['edit', N_('Edit')],
5 ['new', N_('New')], 6 ['new', N_('New')],
6 ['save', N_('Save')], 7 ['save', N_('Save')],