mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-05 06:35:42 +00:00
Feature: use service to manage collection
This commit is contained in:
@@ -68,10 +68,10 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="git_url" class="col-sm-2 control-label">
|
||||
<i class="fa fa-fw fa-github fa-2x" title="Git URL"></i>
|
||||
<i class="fa fa-fw fa-github fa-2x" title="Git clone URL"></i>
|
||||
</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="url" class="form-control" name="git_url" placeholder="Git URL" value="{{project.git_url}}" required/>
|
||||
<input type="url" class="form-control" name="git_url" placeholder="Git clone URL" value="{{project.git_url}}" required/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user