Merge pull request #362 from taigaio/us/2281/support-page-import-export

Add link to support page of import/export
stable
Xaviju 2015-03-02 14:35:40 +01:00
commit 696d643a6f
2 changed files with 5 additions and 1 deletions

View File

@ -20,3 +20,7 @@ div.wrapper(ng-controller="ProjectProfileController as ctrl",
img(src="/svg/spinner-circle.svg", alt="loading...")
h3.result-title
p.result-message
a.help-button(href="https://taiga.io/support/import-export-projects/", target="_blank")
span.icon.icon-help
span Do you need help? Check out our support page!

View File

@ -1,5 +1,5 @@
.admin-project-export-buttons {
margin-top: 2rem;
margin: 2rem 0 1rem;
}
.admin-project-export-result {