Configuration

stable
xaviju 2017-03-22 15:26:48 +01:00 committed by David Barragán Merino
parent 62accc1691
commit da067e1d7b
3 changed files with 13 additions and 6 deletions

View File

@ -996,7 +996,7 @@
}, },
"JIRA": { "JIRA": {
"SELECTOR": "Import your Jira project and choose how to manage it", "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", "CHOOSE_PROJECT": "Choose project or board that you want to import",
"NO_PROJECTS": "It seems you have no porjects or boards in Jira", "NO_PROJECTS": "It seems you have no porjects or boards in Jira",
"URL": "Your Jira URL", "URL": "Your Jira URL",

View File

@ -17,10 +17,13 @@
) )
.import-project-name-wrapper .import-project-name-wrapper
span.import-project-name Jira span.import-project-name Jira
p.import-project-description(translate="PROJECT.IMPORT.JIRA.SELECTOR") p.import-project-description
a(target="_blank", span(translate="PROJECT.IMPORT.JIRA.SELECTOR")
a(
target="_blank"
href="https://tree.taiga.io/support/importers/jira-importer/" 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'") fieldset.import-project-url(ng-if="vm.unfoldedOptions == 'jira'")
label( label(
for="jira-host" for="jira-host"

View File

@ -40,6 +40,10 @@
&-description { &-description {
@include font-type(light); @include font-type(light);
margin-bottom: 0; margin-bottom: 0;
a {
color: $primary;
margin-left: .3rem;
}
} }
&-url { &-url {
margin-top: .5rem; margin-top: .5rem;
@ -50,6 +54,6 @@
&-button { &-button {
background: $primary; background: $primary;
color: $white; color: $white;
padding: .25rem 1rem; padding: .4rem 1rem;
} }
} }