This commit is contained in:
Piotr Sarnacki 2014-12-22 21:13:32 +01:00
parent 8d867010b5
commit e08584b879
2 changed files with 4 additions and 2 deletions

View File

@ -98,4 +98,5 @@ addons:
repo_token: adf08323... repo_token: adf08323...
</pre> </pre>
</li> </li>
</ol>
</div> </div>

View File

@ -6,14 +6,15 @@
<p>SSH key is set.</p> <p>SSH key is set.</p>
{{#if description}} {{#if description}}
<div class="row"> <div class="row">
<span class="label">Description:</label> <span class="label">Description:</span>
<span class="value">{{description}}</span> <span class="value">{{description}}</span>
</div> </div>
{{/if}} {{/if}}
<div class="row"> <div class="row">
<span class="label">Fingerprint:</label> <span class="label">Fingerprint:</span>
<span class="value">{{fingerprint}}</span> <span class="value">{{fingerprint}}</span>
</div> </div>
</div>
<div class="actions"> <div class="actions">
<a href="#" {{action "delete"}} {{bind-attr class=":delete-ssh-key isDeleting:deleting"}}> <a href="#" {{action "delete"}} {{bind-attr class=":delete-ssh-key isDeleting:deleting"}}>
Delete Delete