##// 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 <% if @repository %>
11 <% if @repository %>
12 <br />
12 <br />
13 <%= image_tag((@repository.class.scm_available ? 'true.png' : 'exclamation.png'))%>
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 <%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %>
16 <%= l(:text_scm_command_version) -%>: <%= @repository.class.scm_version_string %>
16 <% end %>
17 <% end %>
17 </p>
18 </p>
General Comments 0
You need to be logged in to leave comments. Login now