Patch #2318 » app-rtl.patch
app/views/issues/_changesets.rhtml 2010-04-25 12:15:03.072673134 +0300 | ||
---|---|---|
3 | 3 |
<p><%= link_to("#{l(:label_revision)} #{changeset.revision}", |
4 | 4 |
:controller => 'repositories', :action => 'revision', :id => changeset.project, :rev => changeset.revision) %><br /> |
5 | 5 |
<span class="author"><%= authoring(changeset.committed_on, changeset.author) %></span></p> |
6 |
<%= textilizable(changeset, :comments) %> |
|
6 |
<div class="changeset-changes"> |
|
7 |
<%= textilizable(changeset, :comments) %> |
|
8 |
</div> |
|
7 | 9 |
</div> |
8 | 10 |
<% end %> |
app/views/issues/_history.rhtml 2010-04-26 11:19:16.648672959 +0300 | ||
---|---|---|
1 | 1 |
<% reply_links = authorize_for('issues', 'edit') -%> |
2 | 2 |
<% for journal in journals %> |
3 | 3 |
<div id="change-<%= journal.id %>" class="journal"> |
4 |
<h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
|
|
4 |
<h4><div id="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
|
|
5 | 5 |
<%= avatar(journal.user, :size => "24") %> |
6 | 6 |
<%= content_tag('a', '', :name => "note-#{journal.indice}")%> |
7 | 7 |
<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4> |