Skip to content

Commit eb8fe1e

Browse files
committed
Update _contributor.html.erb
1 parent 315396e commit eb8fe1e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

app/views/registers/_contributor.html.erb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
<hr/>
3434
<% end %>
3535
<% unless @register.validated? %>
36+
<%= link_to(
37+
coauthors_register_url(@register),
38+
class: 'btn btn-primary btn-sm'
39+
) do %>
40+
<%= fa_icon('user-friends') %> Edit coauthors
41+
<% end %>
42+
&raquo; Add, remove, or reorder the coauthors of the list
43+
<hr/>
44+
3645
<% if @register.reviewer_token? %>
3746
<%= link_to(
3847
reviewer_token_register_url(@register), method: :delete,
@@ -65,15 +74,6 @@
6574
<% end %>
6675
&raquo; Merge this register list into a different one
6776
<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/>
7777
<% end %>
7878

7979
<% id = modal('Are you sure?') do %>

0 commit comments

Comments
 (0)