Skip to content

Commit 4d327af

Browse files
committed
Release register tree view
1 parent ed038a4 commit 4d327af

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

app/views/registers/_metadata.html.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<% end %>
1313
</dd>
1414

15+
<dt><%= fa_icon('folder-tree') %> Tree view</dt>
16+
<dd>
17+
<%= link_to(tree_register_url(@register)) do %>
18+
See all names in their taxonomic context
19+
<% end %>
20+
</dd>
21+
1522
<dt><%= fa_icon(:user) %> Created</dt>
1623
<dd>
1724
<%= time_ago_with_date(@register.created_at, true) %>

app/views/registers/tree.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<h2>Tree view</h2>
2828
<div><% render_tree_node(nil, @register.tree) %></div>
2929
<p class="lead">
30-
The above <b>tree view</b> displays the names proposed in the present list
31-
(bold face) in their taxonomic context. Note that alternative taxonomic
32-
placements may exist, and this display is only meant as indicative of the
33-
preferred placements currently in the Registry.
30+
The above <b>tree view</b> displays the names included in the present list
31+
(bold face) in their taxonomic context. Alternative taxonomic placements may
32+
exist, and this display is only meant as indicative of the preferred
33+
placements currently in the Registry.
3434
</p>
3535

3636
<br/>

0 commit comments

Comments
 (0)