@@ -1,5 +1,5 | |||||
1 | <% for journal in journals %> |
|
1 | <% for journal in journals %> | |
2 | <div id="change-<%= journal.id %>"> |
|
2 | <div id="change-<%= journal.id %>" class="journal"> | |
3 | <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div> |
|
3 | <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div> | |
4 | <%= content_tag('a', '', :name => "note-#{journal.indice}")%> |
|
4 | <%= content_tag('a', '', :name => "note-#{journal.indice}")%> | |
5 | <%= format_time(journal.created_on) %> - <%= journal.user.name %></h4> |
|
5 | <%= format_time(journal.created_on) %> - <%= journal.user.name %></h4> |
General Comments 0
You need to be logged in to leave comments.
Login now