We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1792 commit bba6835Copy full SHA for bba6835
app/views/projects/_redmine_gitosis.rhtml
@@ -2,7 +2,7 @@
2
<div class="box">
3
<h3>Git Repository</h3>
4
<ul>
5
- <li>Developer URL: <%= Setting.plugin_redmine_gitosis['developerBaseUrl'] + @project.identifier %>.git</li>
+ <li>Developer URL: <input class="url-field" type="text" readonly="true" value="<%= Setting.plugin_redmine_gitosis['developerBaseUrl'] + @project.identifier %>.git"/></li>
6
</ul>
7
</div>
8
<% end %>
0 commit comments