##// END OF EJS Templates
scm: change separator between command and version ',' to '|' in setting (#4273)....
Toshi MARUYAMA -
r5607:653884f27b7f
parent child
Show More
@@ -11,7 +11,8
11 11 <% if @repository %>
12 12 <br />
13 13 <%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%>
14 <%= l(:text_scm_command) -%>: <%= @repository.class.scm_command -%>,
14 <%= l(:text_scm_command) -%>: <%= @repository.class.scm_command %>
15 |
15 16 <%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %>
16 17 <% end %>
17 18 </p>
General Comments 0
You need to be logged in to leave comments. Login now