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 88c808b commit 838cbbeCopy full SHA for 838cbbe
app/views/organization_alliances/index.html.erb
@@ -71,11 +71,11 @@
71
class: 'btn btn-danger',
72
data: { confirm: t('organization_alliances.confirm_cancel') } %>
73
<% else %>
74
- <div class="btn-group" role="group" aria-label="Alliance actions">
+ <div>
75
<%= link_to t('organization_alliances.accept'),
76
organization_alliance_path(alliance, status: 'accepted'),
77
method: :put,
78
- class: 'btn btn-success me-2' %>
+ class: 'btn btn-primary' %>
79
<%= link_to t('organization_alliances.reject'),
80
organization_alliance_path(alliance, status: 'rejected'),
81
0 commit comments