Added a dashboard widget to help starting

This commit is contained in:
Raphael Michel
2016-05-07 14:29:51 +02:00
parent 7ae7da5af1
commit ab37c15bcc
4 changed files with 127 additions and 67 deletions

View File

@@ -0,0 +1,12 @@
<div class="welcome-wizard">
<h3>{{ title }}</h3>
{% if subtitle %}
<div class="attentionline">{{ subtitle }}</div>
{% endif %}
{% if text %}
<p>{{ text }}</p>
{% endif %}
{% if button_text %}
<p><a href="{{ button_url }}" class="btn btn-default btn-lg">{{ button_text }}</a></p>
{% endif %}
</div>