Skip to content

Commit b05bf28

Browse files
committed
Update tree.html.erb
1 parent 037e201 commit b05bf28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/views/registers/tree.html.erb

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

88
<% def render_tree_node(n, contents) %>
99
<% if n.present? %>
10+
<%= '[...] ' if n.incertae_sedis? %>
1011
<%= content_tag(@register.names.include?(n) ? :b : :span) do %>
1112
<%= display_link(n, :formal_html) %>
1213
<% end %>

0 commit comments

Comments
 (0)