diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:25:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:25:12 +0000 |
commit | ee408687c61d66a7d70fec636292cf5e8e66e3e0 (patch) | |
tree | ece3941813d07cc700ddbb02a3795c9c997911ad /app/views | |
parent | 3b3478b8a3a3160ef9cdefa205a1ca85f7d2ef08 (diff) | |
download | redmine-ee408687c61d66a7d70fec636292cf5e8e66e3e0.tar.gz redmine-ee408687c61d66a7d70fec636292cf5e8e66e3e0.zip |
Merged r15431 to r15435 (#22924, #22925, #22926).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15441 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 33f423ca5..007f0fab2 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -26,7 +26,7 @@ <% if @project.homepage.present? || @subprojects.any? || @project.visible_custom_field_values.any?(&:present?) %> <ul> <% unless @project.homepage.blank? %> - <li><span class="label"><%=l(:field_homepage)%>:</span> <%= link_to @project.homepage, @project.homepage %></li> + <li><span class="label"><%=l(:field_homepage)%>:</span> <%= link_to_if uri_with_safe_scheme?(@project.homepage), @project.homepage, @project.homepage %></li> <% end %> <% if @subprojects.any? %> <li><span class="label"><%=l(:label_subproject_plural)%>:</span> |