diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2d82fba7d..cdf1f40e6 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -710,6 +710,7 @@ div#roadmap .wiki h1:first-child { display: none; } div#roadmap .wiki h1 { font-size: 120%; } div#roadmap .wiki h2 { font-size: 110%; } div#roadmap h2, div#roadmap h3 {padding-right: 0;} +div#roadmap header:target {background-color: #DDEEFF;} body.controller-versions.action-show div#roadmap .related-issues {width:70%;} div#roadmap .version-article {padding-bottom: 12px;} diff --git a/app/views/versions/_sidebar.html.erb b/app/views/versions/_sidebar.html.erb index 0ce93fe82..4cd800b5a 100644 --- a/app/views/versions/_sidebar.html.erb +++ b/app/views/versions/_sidebar.html.erb @@ -36,7 +36,7 @@ diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 382133e93..42921b59c 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -21,7 +21,7 @@ <%= link_to l(:button_edit), edit_version_path(version), :title => l(:button_edit), :class => 'icon-only icon-edit' %> <% end %> -
+

<%= link_to_version version, :name => version_anchor(version) %>

<%= l("version_status_#{version.status}") %>