Skip to content

Commit bba6835

Browse files
committed
Better URL field
1 parent 53a1792 commit bba6835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/projects/_redmine_gitosis.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="box">
33
<h3>Git Repository</h3>
44
<ul>
5-
<li>Developer URL: <%= Setting.plugin_redmine_gitosis['developerBaseUrl'] + @project.identifier %>.git</li>
5+
<li>Developer URL: <input class="url-field" type="text" readonly="true" value="<%= Setting.plugin_redmine_gitosis['developerBaseUrl'] + @project.identifier %>.git"/></li>
66
</ul>
77
</div>
88
<% end %>

0 commit comments

Comments
 (0)