|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
{% block base_content %} |
|
|
{% block base_content %} |
|
|
|
|
|
|
|
|
<div class="context-actions clearfix"> |
|
|
<div class="d-flex context-actions justify-content-between align-items-center"> |
|
|
{% block actions %} |
|
|
{% block actions %} |
|
|
|
|
|
|
|
|
{% block sub_actions %} |
|
|
{% block sub_actions %} |
|
@ -35,7 +35,7 @@ |
|
|
{% block extra_actions %} |
|
|
{% block extra_actions %} |
|
|
{% endblock extra_actions %} |
|
|
{% endblock extra_actions %} |
|
|
|
|
|
|
|
|
<div class="editons float-right"> |
|
|
<div class="editons"> |
|
|
{% block editions %} |
|
|
{% block editions %} |
|
|
{% if view.update_url or view.delete_url %} |
|
|
{% if view.update_url or view.delete_url %} |
|
|
<div class="actions btn-group" role="group"> |
|
|
<div class="actions btn-group" role="group"> |
|
@ -84,7 +84,7 @@ |
|
|
src="https://www.youtube.com/embed/{{ column.text|youtube_id }}" |
|
|
src="https://www.youtube.com/embed/{{ column.text|youtube_id }}" |
|
|
frameborder="0"></iframe> |
|
|
frameborder="0"></iframe> |
|
|
{% elif column.text|facebook_url %} |
|
|
{% elif column.text|facebook_url %} |
|
|
<div class="fb-video" data-href="{{ column.text|safe }}" |
|
|
<div class="fb-video" data-href="{{ column.text|safe }}" |
|
|
data-width="420" data-show-text="false"> |
|
|
data-width="420" data-show-text="false"> |
|
|
</div> |
|
|
</div> |
|
|
{% elif column.text|url %} |
|
|
{% elif column.text|url %} |
|
|