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
This commit is contained in:
parent
5fe5e3dba3
commit
653884f27b
|
@ -11,7 +11,8 @@
|
|||
<% if @repository %>
|
||||
<br />
|
||||
<%= 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 %>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue