10 lines
513 B
Plaintext
10 lines
513 B
Plaintext
-# DEPRICATED
|
|
ul#table-actions-list
|
|
- if @list
|
|
- if @list.needs_help?
|
|
li
|
|
button.btn.btn-info.btn-small class="of-list-#{@list.id}" id="list-is-helped-button-#{@list.id}" onclick="Qsupplier.mark_list_as_helped('#{@list.id}')" data-t="list.is_helped_button"
|
|
button.btn.btn-warning.btn-small class="of-list-#{@list.id}" onclick="Qsupplier.close_list('#{@list.id}')" data-t="list.close_list"
|
|
li
|
|
a data-t='section.tables_view.table_actions.got_to_table' href=suppliers_table_path(@table)
|