We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbfefa commit af7d615Copy full SHA for af7d615
app/views/orgs/_profile_form.html.erb
@@ -200,18 +200,15 @@
200
</div>
201
<% end %>
202
203
- <div class="row">
204
- <% if current_user.can_super_admin? %>
+ <% if current_user.can_org_admin? %>
+ <div class="row">
205
<fieldset class="col-sm-8">
206
<%= org_perms_header_block %>
207
<%= add_ro_ethical_concerns_block %>
208
</fieldset>
209
- <% elsif current_user.can_org_admin? %>
210
- <%= org_perms_header_block %>
211
- <%= add_ro_ethical_concerns_block %>
212
- <% end %>
213
- </div>
214
- <hr>
+ </div>
+ <hr>
+ <% end %>
215
216
<% if !org.new_record? %>
217
<%= render partial: "orgs/external_identifiers",
0 commit comments