##// END OF EJS Templates
"div" tag around revision details (#20298)...
Toshi MARUYAMA -
r14100:df383bf6c518
parent child
Show More
@@ -28,6 +28,7
28
28
29 <h2><%= avatar(@changeset.user, :size => "24") %><%= l(:label_revision) %> <%= format_revision(@changeset) %></h2>
29 <h2><%= avatar(@changeset.user, :size => "24") %><%= l(:label_revision) %> <%= format_revision(@changeset) %></h2>
30
30
31 <div class="details">
31 <% if @changeset.scmid.present? || @changeset.parents.present? || @changeset.children.present? %>
32 <% if @changeset.scmid.present? || @changeset.parents.present? || @changeset.children.present? %>
32 <table class="revision-info">
33 <table class="revision-info">
33 <% if @changeset.scmid.present? %>
34 <% if @changeset.scmid.present? %>
@@ -63,6 +64,7
63 <%= authoring(@changeset.committed_on, @changeset.author) %>
64 <%= authoring(@changeset.committed_on, @changeset.author) %>
64 </span>
65 </span>
65 </p>
66 </p>
67 </div>
66
68
67 <%= textilizable @changeset.comments %>
69 <%= textilizable @changeset.comments %>
68
70
General Comments 0
You need to be logged in to leave comments. Login now