Skip to content

Commit 8cd4647

Browse files
committed
Update _curator.html.erb
1 parent ebbf8d9 commit 8cd4647

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

app/views/names/_curator.html.erb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
<% end %>
2222
&raquo; Remove ownership of this name and make it public
2323
<hr/>
24-
<% end %>
2524

26-
<%= link_to(
27-
transfer_user_name_url(@name),
28-
class: 'btn btn-primary btn-sm'
29-
) do %>
30-
<%= fa_icon('people-arrows') %> Transfer to another user
25+
<%= link_to(
26+
transfer_user_name_url(@name),
27+
class: 'btn btn-primary btn-sm'
28+
) do %>
29+
<%= fa_icon('people-arrows') %> Transfer to another user
30+
<% end %>
31+
&raquo; Transfer the name ownership to a different contributor and
32+
notify the current owner
33+
<hr/>
3134
<% end %>
32-
&raquo; Transfer the name ownership to a different contributor and
33-
notify the current owner
34-
<hr/>
3535

3636
<% unless @name.after_endorsement? || !@name.register %>
3737
<% id = modal('Are you sure?') do %>

0 commit comments

Comments
 (0)