Skip to content

Commit

Permalink
round 4, done?
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenberg committed Dec 12, 2023
1 parent 6cbff0a commit d8a2b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/activities/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
= I18n.t('editing.copy') + '📋'
-# add a button to add all committee members to the activity
-# TODO make sure works if no group
- if @activity.group.committee?
- if defined?(@activity.group.committee?)
%button.btn.btn-info#btn-add-committee{ :style => 'margin-left: 8px;' , :data => { 'id' => @activity.id, } }
= 'add ' + @activity.group.name + ' ➕'

Expand Down

0 comments on commit d8a2b39

Please sign in to comment.