Skip to content

Commit 2f1e279

Browse files
committed
Update tree.html.erb
1 parent b05bf28 commit 2f1e279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/registers/tree.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<% def render_tree_node(n, contents) %>
99
<% if n.present? %>
10-
<%= '[...] ' if n.incertae_sedis? %>
10+
<% if n.incertae_sedis? %>(<i>incertae sedis</i>) <% end %>
1111
<%= content_tag(@register.names.include?(n) ? :b : :span) do %>
1212
<%= display_link(n, :formal_html) %>
1313
<% end %>

0 commit comments

Comments
 (0)