diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 07:32:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-18 07:32:33 +0000 |
commit | dc7402dea7abd051f1dfa2cd5cf758cf0827aa27 (patch) | |
tree | 9a992fd6077adaf4fec6f553a9eedbcce1ecbb10 | |
parent | 038789fbccf7b5bfc4b2d405a800de9e5409a322 (diff) | |
download | redmine-dc7402dea7abd051f1dfa2cd5cf758cf0827aa27.tar.gz redmine-dc7402dea7abd051f1dfa2cd5cf758cf0827aa27.zip |
Remove debug stuff introduced in r15539.
git-svn-id: http://svn.redmine.org/redmine/trunk@15550 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/welcome/index.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index d6e840ad2..ba0924a7c 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -7,9 +7,6 @@ <%= call_hook(:view_welcome_index_left) %> </div> -<%= link_to "Test", "http://foo/test bar" %> -<%= link_to "Test", "http://foo/test%20bar" %> - <div class="splitcontentright"> <% if @news.any? %> <div class="news box"> |