mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Custom comparisons, performance improvements
This commit is contained in:
9
app/views/modal-link.html
Normal file
9
app/views/modal-link.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<h2>Permalink</h2>
|
||||
<br>
|
||||
<h3>URL</h3>
|
||||
<input ng-model="url" size="70" ng-focus="onTextClick($event)">
|
||||
<br><br>
|
||||
<h3>Shortened</h3>
|
||||
<input ng-model="shortenedUrl" size="25" ng-focus="onTextClick($event)">
|
||||
<br><br>
|
||||
<button class="r dismiss" ng-click="dismiss()">Close</button>
|
||||
Reference in New Issue
Block a user