2018-04-11 20:42:27 +03:00
|
|
|
{{#if showToolbar}}
|
2019-06-18 13:47:21 +03:00
|
|
|
<ul class="kg-link-toolbar bg-darkgrey-d1 inline-flex pa0 ma0 list br3 shadow-2 items-center relative white f-small fw4 tracked-2 nudge-top--1">
|
2018-04-11 20:42:27 +03:00
|
|
|
<li class="mw70 ma0 truncate">
|
2019-06-18 13:47:21 +03:00
|
|
|
<a href="{{url}}" class="dib dim-lite pa2 pl3 pr3 pr1 link white" target="_blank" rel="noopener noreferrer">{{url}}</a>
|
2018-04-11 20:42:27 +03:00
|
|
|
</li>
|
|
|
|
<li class="ma0">
|
|
|
|
<button
|
|
|
|
type="button"
|
|
|
|
title="Edit"
|
2018-05-08 14:16:26 +03:00
|
|
|
class="dib dim-lite pa2 pl1 pr1 link"
|
2018-04-11 20:42:27 +03:00
|
|
|
{{action "edit"}}
|
|
|
|
>
|
|
|
|
{{!-- TODO: get correct icon --}}
|
2018-08-08 15:14:02 +03:00
|
|
|
{{svg-jar "koenig/kg-edit" class="fill-white w4 h4 nudge-top--1"}}
|
2018-04-11 20:42:27 +03:00
|
|
|
</button>
|
|
|
|
</li>
|
2018-04-24 12:15:54 +03:00
|
|
|
<li class="ma0">
|
2018-04-11 20:42:27 +03:00
|
|
|
<button
|
|
|
|
type="button"
|
|
|
|
title="Remove"
|
2018-05-08 14:16:26 +03:00
|
|
|
class="dib dim-lite pa2 pl1 pr1 link mr2"
|
2018-04-11 20:42:27 +03:00
|
|
|
{{action "remove"}}
|
|
|
|
>
|
|
|
|
{{!-- TODO: get correct icon --}}
|
2018-08-08 15:14:02 +03:00
|
|
|
{{svg-jar "koenig/kg-trash" class="fill-white w4 h4 nudge-top--1"}}
|
2018-04-11 20:42:27 +03:00
|
|
|
</button>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|