From 58830e940478f5120ae88e7cc59cc9d675f66e06 Mon Sep 17 00:00:00 2001 From: speedy32129 Date: Fri, 20 May 2016 15:15:38 -0400 Subject: [PATCH] final minor correction for release 0.0.2 --- app/views/projects/_show_0.0.0.html.erb | 4 ++-- app/views/projects/_show_2.0.0.html.erb | 1 + app/views/projects/_show_3.x.html.erb | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/projects/_show_0.0.0.html.erb b/app/views/projects/_show_0.0.0.html.erb index 2754cc9..c67a3a2 100644 --- a/app/views/projects/_show_0.0.0.html.erb +++ b/app/views/projects/_show_0.0.0.html.erb @@ -29,9 +29,9 @@ <% unless @project.homepage.blank? %>
  • <%=l(:field_homepage)%>: <%= link_to h(@project.homepage), @project.homepage %>
  • <% end %> - + - + <% if @subprojects.any? %>

    <%=l(:label_subproject_plural)%>:

  • <%= @subprojects.collect{|p| link_to(h(p), :action => 'show', :id => p)}.join("
  • ") %> diff --git a/app/views/projects/_show_2.0.0.html.erb b/app/views/projects/_show_2.0.0.html.erb index fae6157..c7b93cd 100644 --- a/app/views/projects/_show_2.0.0.html.erb +++ b/app/views/projects/_show_2.0.0.html.erb @@ -11,6 +11,7 @@ <% end %> <% end %> +

    <%=l(:label_overview)%>

    diff --git a/app/views/projects/_show_3.x.html.erb b/app/views/projects/_show_3.x.html.erb index 91f1e9a..96bc372 100644 --- a/app/views/projects/_show_3.x.html.erb +++ b/app/views/projects/_show_3.x.html.erb @@ -68,7 +68,6 @@ <% end %> <%= call_hook(:view_projects_show_left, :project => @project) %> -