From: Toshi MARUYAMA Date: Tue, 10 May 2011 11:42:48 +0000 (+0000) Subject: scm: change separator between command and version ',' to '|' in setting (#4273). X-Git-Tag: 1.2.0~164 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=653884f27b7f42e528d305c3cc17e4ff638915e3;p=redmine.git scm: change separator between command and version ',' to '|' in setting (#4273). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5727 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/settings/_repository.rhtml b/app/views/projects/settings/_repository.rhtml index d48622147..57406a8ba 100644 --- a/app/views/projects/settings/_repository.rhtml +++ b/app/views/projects/settings/_repository.rhtml @@ -11,7 +11,8 @@ <% if @repository %>
<%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%> -<%= l(:text_scm_command) -%>: <%= @repository.class.scm_command -%>, +<%= l(:text_scm_command) -%>: <%= @repository.class.scm_command %> +| <%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %> <% end %>