|
|
|
@ -33,7 +33,7 @@ end %>
|
|
|
|
|
<% line_num = 1 %>
|
|
|
|
|
<% revisions.each do |changeset| %>
|
|
|
|
|
<tr class="changeset <%= cycle 'odd', 'even' %>">
|
|
|
|
|
<% id_style = (show_revision_graph ? "padding-left:#{(graph_space + 1) * 12}px" : nil) %>
|
|
|
|
|
<% id_style = (show_revision_graph ? "padding-left:#{(graph_space + 1) * 20}px" : nil) %>
|
|
|
|
|
<%= content_tag(:td, :class => 'id', :style => id_style) do %>
|
|
|
|
|
<%= link_to_revision(changeset, @repository) %>
|
|
|
|
|
<% end %>
|
|
|
|
|