Skip to content

Commit 315396e

Browse files
committed
Release coauthors
Close #204
1 parent 1c19125 commit 315396e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

app/views/registers/_contributor.html.erb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,17 @@
6565
<% end %>
6666
&raquo; Merge this register list into a different one
6767
<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+
&raquo; Add, remove, or reorder the coauthors of the list
76+
<hr/>
6877
<% end %>
78+
6979
<% id = modal('Are you sure?') do %>
7080
<div class="alert alert-danger my-0">
7181
<h5>Remove register list</h5>

0 commit comments

Comments
 (0)