We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbf8d9 commit 8cd4647Copy full SHA for 8cd4647
1 file changed
app/views/names/_curator.html.erb
@@ -21,17 +21,17 @@
21
<% end %>
22
» Remove ownership of this name and make it public
23
<hr/>
24
- <% end %>
25
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
+ <%= link_to(
+ transfer_user_name_url(@name),
+ class: 'btn btn-primary btn-sm'
+ ) do %>
+ <%= fa_icon('people-arrows') %> Transfer to another user
+ <% end %>
31
+ » Transfer the name ownership to a different contributor and
32
+ notify the current owner
33
+ <hr/>
34
- » Transfer the name ownership to a different contributor and
- notify the current owner
- <hr/>
35
36
<% unless @name.after_endorsement? || !@name.register %>
37
<% id = modal('Are you sure?') do %>
0 commit comments