blob: debafff09b8e246f479f62edfe507b5443055f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<form method="post" action="fork-remote" enctype="multipart/form-data" class="well form-horizontal">
<p>
<strong>Copy a paste from a remote server:</strong>
Just paste the website or git clone URL.
</p>
<div class="control-group">
<label class="control-label" for="remote-url">Remote URL</label>
<div class="controls">
<input type="text" name="remote_url" id="remote-url" value="{{remote_url}}" class="span4 inline" placeholder="git://"/>
<button type="submit" class="btn btn-primary" style="float: right; display: block">
<i class="icon-share icon-white"></i> Fork Remote
</button>
</div>
</div>
</form>
|