Configuration
parent
62accc1691
commit
da067e1d7b
|
@ -996,7 +996,7 @@
|
|||
},
|
||||
"JIRA": {
|
||||
"SELECTOR": "Import your Jira project and choose how to manage it",
|
||||
"HOW_TO_CONFIGURE_IT": "(How to configure it)",
|
||||
"HOW_TO_CONFIGURE": "(configuration help)",
|
||||
"CHOOSE_PROJECT": "Choose project or board that you want to import",
|
||||
"NO_PROJECTS": "It seems you have no porjects or boards in Jira",
|
||||
"URL": "Your Jira URL",
|
||||
|
|
|
@ -17,10 +17,13 @@
|
|||
)
|
||||
.import-project-name-wrapper
|
||||
span.import-project-name Jira
|
||||
p.import-project-description(translate="PROJECT.IMPORT.JIRA.SELECTOR")
|
||||
a(target="_blank",
|
||||
p.import-project-description
|
||||
span(translate="PROJECT.IMPORT.JIRA.SELECTOR")
|
||||
a(
|
||||
target="_blank"
|
||||
href="https://tree.taiga.io/support/importers/jira-importer/"
|
||||
translate="PROJECT.IMPORT.JIRA.HOW_TO_CONFIGURE_IT")
|
||||
translate="PROJECT.IMPORT.JIRA.HOW_TO_CONFIGURE"
|
||||
)
|
||||
fieldset.import-project-url(ng-if="vm.unfoldedOptions == 'jira'")
|
||||
label(
|
||||
for="jira-host"
|
||||
|
|
|
@ -40,6 +40,10 @@
|
|||
&-description {
|
||||
@include font-type(light);
|
||||
margin-bottom: 0;
|
||||
a {
|
||||
color: $primary;
|
||||
margin-left: .3rem;
|
||||
}
|
||||
}
|
||||
&-url {
|
||||
margin-top: .5rem;
|
||||
|
@ -50,6 +54,6 @@
|
|||
&-button {
|
||||
background: $primary;
|
||||
color: $white;
|
||||
padding: .25rem 1rem;
|
||||
padding: .4rem 1rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue