diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-29 10:26:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-29 10:26:57 +0000 |
commit | f2a5304d648f865bb6d46c51b6c46f451d9cf994 (patch) | |
tree | e8c10f09528e07d65487fa3a24e85c72662adace /app/views/wiki/history.rhtml | |
parent | b64e89daec8fedb8e8af007cc8ab8272fcd883ba (diff) | |
download | redmine-f2a5304d648f865bb6d46c51b6c46f451d9cf994.tar.gz redmine-f2a5304d648f865bb6d46c51b6c46f451d9cf994.zip |
Sligth changes to wiki views.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@773 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki/history.rhtml')
-rw-r--r-- | app/views/wiki/history.rhtml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index 85b1541cc..41711d725 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -1,7 +1,3 @@ -<div class="contextual"> -<%= link_to(l(:label_page_index), {:action => 'special', :page => 'Page_index'}, :class => 'icon icon-index') %> -</div> - <h2><%= @page.pretty_title %></h2> <h3><%= l(:label_history) %></h3> |