Tasks, Shots, Assets, instead of S,A,T
This commit is contained in:
@@ -28,6 +28,11 @@ body
|
|||||||
.col_header
|
.col_header
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
|
|
||||||
|
nav.sidebar
|
||||||
|
a.navbar-item
|
||||||
|
&.tasks, &.shots, &.assets
|
||||||
|
text-transform: initial
|
||||||
|
font-size: .85em
|
||||||
|
|
||||||
.input-group
|
.input-group
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@@ -610,6 +610,6 @@
|
|||||||
#{$property}: $color-status-review
|
#{$property}: $color-status-review
|
||||||
|
|
||||||
=sidebar-button-active
|
=sidebar-button-active
|
||||||
background-color: $color-background-nav
|
background-color: $color-background-nav-light
|
||||||
box-shadow: inset 2px 0 0 $color-primary
|
box-shadow: inset 2px 0 0 $color-primary
|
||||||
color: white
|
color: white
|
||||||
|
@@ -38,20 +38,20 @@ html(lang="en")
|
|||||||
title='Attract')
|
title='Attract')
|
||||||
i.pi-attract
|
i.pi-attract
|
||||||
| {% if project %}
|
| {% if project %}
|
||||||
|
li
|
||||||
|
a.navbar-item.tasks(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
||||||
|
title='Tasks for project {{ project.name }}') Tasks
|
||||||
li
|
li
|
||||||
a.navbar-item.shots(href="{{ url_for('attract.shots.perproject.index', project_url=project.url) }}",
|
a.navbar-item.shots(href="{{ url_for('attract.shots.perproject.index', project_url=project.url) }}",
|
||||||
title='Shots for project {{ project.name }}') S
|
title='Shots for project {{ project.name }}') Shots
|
||||||
li
|
li
|
||||||
a.navbar-item.assets(href="{{ url_for('attract.assets.perproject.index', project_url=project.url) }}",
|
a.navbar-item.assets(href="{{ url_for('attract.assets.perproject.index', project_url=project.url) }}",
|
||||||
title='Assets for project {{ project.name }}') A
|
title='Assets for project {{ project.name }}') Assets
|
||||||
li
|
|
||||||
a.navbar-item.tasks(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
|
||||||
title='Tasks for project {{ project.name }}') T
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
| {% if current_user.is_authenticated %}
|
| {% if current_user.is_authenticated %}
|
||||||
li
|
li
|
||||||
a.navbar-item.tasks(href="{{ url_for('attract.tasks.index') }}",
|
a.navbar-item.tasks(href="{{ url_for('attract.tasks.index') }}",
|
||||||
title='Your tasks') T
|
title='Your tasks') Tasks
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user