show users per question
This commit is contained in:
parent
9963c1550f
commit
3b8b86eb85
4 changed files with 32 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
%td
|
||||
.btn-group
|
||||
= link_to 'Show', admin_conference_question_path(@conference.short_title, q), class: 'btn btn-success'
|
||||
= link_to 'Edit', edit_admin_conference_question_path(@conference.short_title, q),
|
||||
class: 'btn btn-primary', disabled: !(can? :update, q)
|
||||
= link_to 'Delete', admin_conference_question_path(@conference.short_title, q),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue