diff options
Diffstat (limited to 'app/views/repositories/revision.rhtml')
-rw-r--r-- | app/views/repositories/revision.rhtml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app/views/repositories/revision.rhtml b/app/views/repositories/revision.rhtml index 19e980825..f616a0180 100644 --- a/app/views/repositories/revision.rhtml +++ b/app/views/repositories/revision.rhtml @@ -1,9 +1,8 @@ -<%= stylesheet_link_tag "scm" %>
-
<div class="contextual">
<%= start_form_tag %>
-<%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %>
-<%= submit_tag 'OK' %>
+<p><%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %>
+<%= submit_tag 'OK' %></p>
+<%= end_form_tag %>
</div>
<h2><%= l(:label_revision) %> <%= @revision.identifier %></h2>
@@ -32,4 +31,8 @@ <% end %>
</tbody>
</table>
-<p><%= lwr(:label_modification, @revision.paths.length) %></p>
\ No newline at end of file +<p><%= lwr(:label_modification, @revision.paths.length) %></p>
+
+<% content_for :header_tags do %>
+<%= stylesheet_link_tag "scm" %>
+<% end %>
\ No newline at end of file |