Skip to content

Commit

Permalink
final minor correction for release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speedy32129 committed May 20, 2016
1 parent 3889e30 commit 58830e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/projects/_show_0.0.0.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<% unless @project.homepage.blank? %>
<li><%=l(:field_homepage)%>: <%= link_to h(@project.homepage), @project.homepage %></li>
<% end %>
<!-- Project overview - end -->
<!-- Project Overview - end -->

<!-- Sub Project list - start -->
<!-- Subproject List - start -->
<% if @subprojects.any? %>
<h3><%=l(:label_subproject_plural)%>:</h3>
<li><%= @subprojects.collect{|p| link_to(h(p), :action => 'show', :id => p)}.join("</li><li>") %>
Expand Down
1 change: 1 addition & 0 deletions app/views/projects/_show_2.0.0.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<% end %>
<% end %>
</div>

<!-- Project Overview - start-->
<h2><%=l(:label_overview)%></h2>

Expand Down
1 change: 0 additions & 1 deletion app/views/projects/_show_3.x.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
</div>
<% end %>
<%= call_hook(:view_projects_show_left, :project => @project) %>
<!--</div>-->
<!-- Tracker List - end -->

<!-- Member List - start -->
Expand Down

0 comments on commit 58830e9

Please sign in to comment.