mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-21 16:01:14 +00:00
"div" tag around revision details (#20298)
Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14482 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
618a2de4c5
commit
df383bf6c5
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
<h2><%= avatar(@changeset.user, :size => "24") %><%= l(:label_revision) %> <%= format_revision(@changeset) %></h2>
|
<h2><%= avatar(@changeset.user, :size => "24") %><%= l(:label_revision) %> <%= format_revision(@changeset) %></h2>
|
||||||
|
|
||||||
|
<div class="details">
|
||||||
<% if @changeset.scmid.present? || @changeset.parents.present? || @changeset.children.present? %>
|
<% if @changeset.scmid.present? || @changeset.parents.present? || @changeset.children.present? %>
|
||||||
<table class="revision-info">
|
<table class="revision-info">
|
||||||
<% if @changeset.scmid.present? %>
|
<% if @changeset.scmid.present? %>
|
||||||
@ -63,6 +64,7 @@
|
|||||||
<%= authoring(@changeset.committed_on, @changeset.author) %>
|
<%= authoring(@changeset.committed_on, @changeset.author) %>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<%= textilizable @changeset.comments %>
|
<%= textilizable @changeset.comments %>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user