Introducing settings for blender-cloud

Moved Blender Cloud specific settings from Pillar into this application.
This commit is contained in:
2017-08-30 23:13:03 +02:00
parent 0b2583c22e
commit a9280dd05f
4 changed files with 182 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
#settings-sidebar
.settings-header
.settings-title Settings
.settings-content
ul
a(class="{% if title == 'profile' %}active{% endif %}",
href="{{ url_for('settings.profile') }}")
li
i.pi-vcard
| Profile
a(class="{% if title == 'emails' %}active{% endif %}",
href="{{ url_for('settings.emails') }}")
li
i.pi-email
| Emails
a(class="{% if title == 'billing' %}active{% endif %}",
href="{{ url_for('settings.billing') }}")
li
i.pi-credit-card
| Subscription