diff --git a/app/views/users/_notification_preferences.html.erb b/app/views/users/_notification_preferences.html.erb index 8803237..82d8a31 100644 --- a/app/views/users/_notification_preferences.html.erb +++ b/app/views/users/_notification_preferences.html.erb @@ -49,30 +49,17 @@ <%= check_box_tag 'prefs[owners_and_coowners][visibility_changed]', true, @prefs[:owners_and_coowners][:visibility_changed] %><%= _("My DMP's visibility has changed") %> - -

DMP administrators

- -
- -
- -
- -
- -
- -
- + + <% if @user.can_org_admin? %> +

DMP administrators

+ +
+ +
+ <% end %>
<%= submit_tag _('Save'), class: 'btn btn-default' %>
diff --git a/config/branding_example.yml b/config/branding_example.yml index 84397ee..2f82040 100644 --- a/config/branding_example.yml +++ b/config/branding_example.yml @@ -52,8 +52,6 @@ owners_and_coowners: visibility_changed: true admins: - template_published: true - template_unpublished: true feedback_requested: true