Small tweak to download glyphicon
This commit is contained in:
parent
ea5a1f902a
commit
566d8b0879
@ -37,7 +37,9 @@
|
||||
<div id="fetch-area">
|
||||
<label for="fetch-url">Source URI:</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">@</span>
|
||||
<span class="input-group-addon">
|
||||
<span class="glyphicon glyphicon-cloud-download"></span>
|
||||
</span>
|
||||
<input type="url" class="form-control" id="fetch-url" placeholder="https://gist.github.com/...">
|
||||
<span class="input-group-btn">
|
||||
<button id="fetch-button" class="btn btn-default" type="button">fetch</button>
|
||||
|
Loading…
Reference in New Issue
Block a user