summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-05 19:10:57 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-05 19:10:57 +0000
commit776d5ce554cdf0229c0a90fae0321e3506a5d849 (patch)
tree79431115d494b8ecd1254709a936d1a87db94aa8 /app/views/projects/show.rhtml
parent28ea323791d0945981f6059e0c9e840547082c2c (diff)
downloadredmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.tar.gz
redmine-776d5ce554cdf0229c0a90fae0321e3506a5d849.zip
XHTML compliance improvements
git-svn-id: http://redmine.rubyforge.org/svn/trunk@150 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/show.rhtml')
-rw-r--r--app/views/projects/show.rhtml12
1 files changed, 3 insertions, 9 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml
index 518ec38ff..be5b67abb 100644
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -27,7 +27,7 @@
</li>
<% end %>
</ul>
- <center><small><%= link_to l(:label_issue_view_all), :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1 %></small></center>
+ <p class="textcenter"><small><%= link_to l(:label_issue_view_all), :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1 %></small></p>
</div>
</div>
@@ -51,12 +51,6 @@
<div class="box">
<h3><%=l(:label_news_latest)%></h3>
<%= render :partial => 'news/news', :collection => @news %>
- <center><small><%= link_to l(:label_news_view_all), :controller => 'projects', :action => 'list_news', :id => @project %></small></center>
+ <p class="textcenter"><small><%= link_to l(:label_news_view_all), :controller => 'projects', :action => 'list_news', :id => @project %></small></p>
</div>
-</div>
-
-
-
-
-
-
+</div> \ No newline at end of file