Enables lazy translation lookups for most cases. Additionally, rename keys for notes.description.* to notes.comment.* to match partial name.
4 lines
172 B
Text
4 lines
172 B
Text
<h2><%= t ".comment" %></h2>
|
|
<%= render :partial => "comment", :object => entry %>
|
|
<h2><%= t ".full" %></h2>
|
|
<%= render :partial => "description", :object => entry.note %>
|