Skip to content

Commit

Permalink
change "parent" label to "alias" (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored May 10, 2019
1 parent eaede1d commit a3e40c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= render partial: 'tag/show/contributors' %>

<% unless @tags.try(:first).try(:parent).nil? %>
<small>parent: <%= @tags.first.parent %></small>
<small>Alias of: <%= @tags.first.parent %></small>
<% end %>

<%= render :partial => "notes/format_toggle" if @node_type == "note" %>
Expand Down

0 comments on commit a3e40c5

Please sign in to comment.