We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c19125 commit 315396eCopy full SHA for 315396e
1 file changed
app/views/registers/_contributor.html.erb
@@ -65,7 +65,17 @@
65
<% end %>
66
» Merge this register list into a different one
67
<hr/>
68
+
69
+ <%= link_to(
70
+ coauthors_register_url(@register),
71
+ class: 'btn btn-primary btn-sm'
72
+ ) do %>
73
+ <%= fa_icon('user-friends') %> Edit coauthors
74
+ <% end %>
75
+ » Add, remove, or reorder the coauthors of the list
76
+ <hr/>
77
78
79
<% id = modal('Are you sure?') do %>
80
<div class="alert alert-danger my-0">
81
<h5>Remove register list</h5>
0 commit comments