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 237090e commit 67b5ffaCopy full SHA for 67b5ffa
app/views/organizations/_details.html.erb
@@ -3,6 +3,11 @@
3
<div class="row">
4
<div class="col-md-12">
5
<div class="card card-primary">
6
+ <% if can_administrate? %>
7
+ <div class="card-footer">
8
+ <%= edit_button_to(edit_organization_path, {size: "md"}) %>
9
+ </div>
10
+ <% end %>
11
12
<div class="card-header">
13
<h2 class="card-title">Organization Info</h2>
0 commit comments