remove trailing tabs from app/views/projects/show.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7230 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-14 12:12:09 +00:00
parent d85f21a916
commit 7c5122d864
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@
</div>
<h2><%=l(:label_overview)%></h2>
<div class="splitcontentleft">
<div class="wiki">
<%= textilizable @project.description %>
</div>
</div>
<ul>
<% unless @project.homepage.blank? %><li><%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %></li><% end %>
<% if @subprojects.any? %>
@ -21,7 +21,7 @@
<li><%=h custom_value.custom_field.name %>: <%=h show_value(custom_value) %></li>
<% end %>
<% end %>
</ul>
</ul>
<% if User.current.allowed_to?(:view_issues, @project) %>
<div class="issues box">