projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6f0c8fb717e1b7209f041716206c69219c0ecf6f
[rails.git]
/
app
/
views
/
notes
/
_entry.html.erb
1
<h2><%= t "note.entry.comment" %></h2>
2
<%= render :partial => "comment", :object => entry %>
3
<h2><%= t "note.entry.full" %></h2>
4
<%= render :partial => "description", :object => entry.note %>