Pillar's tutti is now loaded on layout

This commit is contained in:
2016-09-22 19:07:26 +02:00
parent 8b1af91778
commit c9959a839b
3 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
padding: 3px 10px
&.active
text-decoration: none
+status-border-color
a[class^="status-"]

View File

@@ -7,13 +7,13 @@ html(lang="en")
| {% block head %}{% endblock %}
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery-3.1.0.min.js')}}")
link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css')
link(href="{{ url_for('static_pillar', filename='assets/css/vendor/bootstrap.min.css') }}", rel="stylesheet")
link(href="{{ url_for('static_attract', filename='assets/css/main.css') }}", rel="stylesheet")
link(href="{{ url_for('static_attract', filename='assets/css/plugins/js_select2.css') }}", rel="stylesheet")
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery-3.1.0.min.js')}}")
| {% block style %}{% endblock %}
@@ -37,6 +37,7 @@ html(lang="en")
h1 Right
| {% endblock %}
script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js') }}")
script(src="{{ url_for('static_attract', filename='js/tasks.js') }}", async=true)
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.select2.min.js') }}", async=true)
| {% block footer_scripts %}{% endblock %}

View File

@@ -59,6 +59,8 @@
| {% endblock %}
| {% block footer_scripts %}
script.
ProjectUtils.setProjectAttributes({context: 'shot'});
{% if open_task_id %}
$(function() { task_open('{{ open_task_id }}', '{{ project.url }}'); });
{% endif %}