2021-04-16 04:04:18 +02:00
|
|
|
{{#with playground}}
|
2021-05-01 03:31:04 +02:00
|
|
|
<tr class="playground_row">
|
2021-04-16 04:04:18 +02:00
|
|
|
<td>
|
2021-05-01 03:31:04 +02:00
|
|
|
<span class="playground_pygments_language">{{pygments_language}}</span>
|
2021-04-16 04:04:18 +02:00
|
|
|
</td>
|
|
|
|
<td>
|
2021-05-01 03:31:04 +02:00
|
|
|
<span class="playground_name">{{playground_name}}</span>
|
2021-04-16 04:04:18 +02:00
|
|
|
</td>
|
|
|
|
<td>
|
2021-05-01 03:31:04 +02:00
|
|
|
<span class="playground_url_prefix">{{url_prefix}}</span>
|
2021-04-16 04:04:18 +02:00
|
|
|
</td>
|
2021-04-17 12:41:47 +02:00
|
|
|
{{#if ../can_modify}}
|
|
|
|
<td class="no-select actions">
|
|
|
|
<button class="button small delete btn-danger tippy-zulip-tooltip" data-playground-id="{{id}}" data-tippy-content="{{t 'Delete' }} {{ playground_name }}" aria-label="{{t 'Delete' }} {{ playground_name }}">
|
|
|
|
<i class="fa fa-trash-o"></i>
|
|
|
|
</button>
|
|
|
|
</td>
|
|
|
|
{{/if}}
|
2021-04-16 04:04:18 +02:00
|
|
|
</tr>
|
|
|
|
{{/with}}
|