Fix display bug
This commit is contained in:
parent
cb06a1e0ca
commit
1885126bb9
|
@ -1,2 +1,2 @@
|
|||
<h2><%= @hydrant.name ? @hydrant.name.titleize : "This hydrant" %> has been adopted by <%= @hydrant.user.name %></h2>
|
||||
<%= @hydrant.user.organization.blank? ? "<h3>of #{@hydrant.user.organization}</h3>".html_safe : nil %>
|
||||
<%= @hydrant.user.organization.blank? ? nil : "<h3>of #{@hydrant.user.organization}</h3>".html_safe %>
|
||||
|
|
Loading…
Reference in New Issue