Updated copy in menu, refactor of admins header and added help text
parent
b26e9445f4
commit
d41113505a
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the priority levels users can assign to issues
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the severity level users can select to classify issues
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the column headers that you will use to classify Issues
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the categories users can select to classify issues
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the column headers that you will use to classify Tasks related to each User Stories
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,11 +14,11 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the numerical system you will use to indicate the level of difficulty for each User Story
|
||||||
|
|
||||||
- var helpLightboxId = "notion-admin-project-values-us-points"
|
- var helpLightboxId = "notion-admin-project-values-us-points"
|
||||||
include views/components/help-notion-button
|
include views/components/help-notion-button
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -14,8 +14,8 @@ block content
|
||||||
include views/modules/admin-submenu-project-values
|
include views/modules/admin-submenu-project-values
|
||||||
|
|
||||||
section.main.admin-roles
|
section.main.admin-roles
|
||||||
header
|
include views/components/mainTitle
|
||||||
include views/components/mainTitle
|
p.admin-subtitle Specify the column headers that you will use to classify User Stories
|
||||||
|
|
||||||
div.project-values-options
|
div.project-values-options
|
||||||
a.button.button-green.show-add-new(href="", title="Add New")
|
a.button.button-green.show-add-new(href="", title="Add New")
|
||||||
|
|
|
@ -10,7 +10,7 @@ section.admin-menu
|
||||||
span.icon.icon-arrow-right
|
span.icon.icon-arrow-right
|
||||||
li#adminmenu-project-values
|
li#adminmenu-project-values
|
||||||
a(href="", tg-nav="project-admin-project-values-us-status:project=project.slug")
|
a(href="", tg-nav="project-admin-project-values-us-status:project=project.slug")
|
||||||
span.title Project values
|
span.title Custom Attributes
|
||||||
span.icon.icon-arrow-right
|
span.icon.icon-arrow-right
|
||||||
li#adminmenu-memberships
|
li#adminmenu-memberships
|
||||||
a(href="" tg-nav="project-admin-memberships:project=project.slug")
|
a(href="" tg-nav="project-admin-memberships:project=project.slug")
|
||||||
|
|
|
@ -2,8 +2,8 @@ a.help {
|
||||||
@include transition(color .2s linear);
|
@include transition(color .2s linear);
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 1rem;
|
||||||
top: 0;
|
top: 1rem;
|
||||||
&:hover {
|
&:hover {
|
||||||
@include transition(color .2s linear);
|
@include transition(color .2s linear);
|
||||||
color: $green-taiga;
|
color: $green-taiga;
|
||||||
|
|
|
@ -2,6 +2,14 @@
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
@extend %title;
|
||||||
|
@extend %large;
|
||||||
|
color: $gray-light;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-values-options {
|
.project-values-options {
|
||||||
|
|
Loading…
Reference in New Issue