summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-14 12:12:09 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-14 12:12:09 +0000
commit7c5122d864799b8ef6b1a3bc834f00f051f79e2b (patch)
tree0c8b760505b9623990d9d5438cd51d6af4515299 /app
parentd85f21a9168b78d117c83e045787b2141f4a80ad (diff)
downloadredmine-7c5122d864799b8ef6b1a3bc834f00f051f79e2b.tar.gz
redmine-7c5122d864799b8ef6b1a3bc834f00f051f79e2b.zip
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
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/show.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index 97409441f..1084d64e2 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -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">