summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/admin/person_detail.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/admin/person_detail.erb b/views/admin/person_detail.erb
index 10319cf..2715f4f 100644
--- a/views/admin/person_detail.erb
+++ b/views/admin/person_detail.erb
@@ -62,6 +62,7 @@
<% @named_others.each do |p| %>
<option value="<%= ERB::Util.html_escape(p[:uuid]) %>">Move to: <%= ERB::Util.html_escape(p[:name]) %></option>
<% end %>
+ <option value="new">Move to new person…</option>
<option value="pool">Move to pool</option>
<option value="blacklist">Blacklist</option>
</select>