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
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
include views/components/mainTitle
|
||||
p.admin-subtitle Specify the priority levels users can assign to issues
|
||||
|
||||
div.project-values-options
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
include views/components/mainTitle
|
||||
p.admin-subtitle Specify the severity level users can select to classify issues
|
||||
|
||||
div.project-values-options
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
include views/components/mainTitle
|
||||
p.admin-subtitle Specify the column headers that you will use to classify Issues
|
||||
|
||||
div.project-values-options
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
include views/components/mainTitle
|
||||
p.admin-subtitle Specify the categories users can select to classify issues
|
||||
|
||||
div.project-values-options
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
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
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
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"
|
||||
include views/components/help-notion-button
|
||||
|
|
|
@ -14,8 +14,8 @@ block content
|
|||
include views/modules/admin-submenu-project-values
|
||||
|
||||
section.main.admin-roles
|
||||
header
|
||||
include views/components/mainTitle
|
||||
p.admin-subtitle Specify the column headers that you will use to classify User Stories
|
||||
|
||||
div.project-values-options
|
||||
a.button.button-green.show-add-new(href="", title="Add New")
|
||||
|
|
|
@ -10,7 +10,7 @@ section.admin-menu
|
|||
span.icon.icon-arrow-right
|
||||
li#adminmenu-project-values
|
||||
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
|
||||
li#adminmenu-memberships
|
||||
a(href="" tg-nav="project-admin-memberships:project=project.slug")
|
||||
|
|
|
@ -2,8 +2,8 @@ a.help {
|
|||
@include transition(color .2s linear);
|
||||
color: $gray-light;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
right: 1rem;
|
||||
top: 1rem;
|
||||
&:hover {
|
||||
@include transition(color .2s linear);
|
||||
color: $green-taiga;
|
||||
|
|
|
@ -2,6 +2,14 @@
|
|||
header {
|
||||
position: relative;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p {
|
||||
@extend %title;
|
||||
@extend %large;
|
||||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
.project-values-options {
|
||||
|
|
Loading…
Reference in New Issue