diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-13 18:40:55 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-13 18:40:55 +0000 |
commit | b55d248597823d62f6db2ba6f74957250ffe6f37 (patch) | |
tree | 4efdff32279b3a10a27e27b4f38076da36ba6207 | |
parent | 6ad8ff4e13bc8ccf75a0cc857a0256422c9b05ca (diff) | |
download | redmine-b55d248597823d62f6db2ba6f74957250ffe6f37.tar.gz redmine-b55d248597823d62f6db2ba6f74957250ffe6f37.zip |
Removed debug stuff.
git-svn-id: http://svn.redmine.org/redmine/trunk@13755 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/welcome/index.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 000f52e30..2d4fdfc05 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,7 +1,5 @@ <h2><%= l(:label_home) %></h2> -<%= "Ö".downcase %> - <div class="splitcontentleft"> <%= textilizable Setting.welcome_text %> <% if @news.any? %> |