Skip to content

Commit

Permalink
Fixes review titles
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed May 7, 2018
1 parent 0046467 commit 11c0755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/review/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% content_for :title do %>
Edit <%= @term.id %>
Review - Edit <%= @term.label.empty? ? @term.id : @term.id + "-" + @term.label.first[0...20] %>
<% end %>

<h1>Edit</h1>
Expand Down
2 changes: 1 addition & 1 deletion app/views/review/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% content_for :title do %>
<%= @term.id %>
Review - <%= @term.label.empty? ? @term.id : @term.id + "-" + @term.label.first[0...20] %>
<% end %>

<h2><%= @term.rdf_label.first %></h2>
Expand Down

0 comments on commit 11c0755

Please sign in to comment.