Files
coriolis/app/views/modal-link.html
2015-05-20 00:29:24 -07:00

10 lines
273 B
HTML

<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>