Show all study groups per consumer
This commit is contained in:

committed by
Sebastian Serth

parent
3869785ddd
commit
664110f8f1
@@ -6,3 +6,5 @@ h1
|
||||
- %w[oauth_key oauth_secret].each do |attribute|
|
||||
= row(label: "consumer.#{attribute}") do
|
||||
= content_tag(:input, nil, class: 'form-control bg-secondary', readonly: true, value: @consumer.send(attribute))
|
||||
|
||||
= render('study_groups/table', study_groups: @consumer.study_groups.sort)
|
||||
|
Reference in New Issue
Block a user