Merge pull request #362 from taigaio/us/2281/support-page-import-export
Add link to support page of import/exportstable
commit
696d643a6f
|
@ -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!
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.admin-project-export-buttons {
|
||||
margin-top: 2rem;
|
||||
margin: 2rem 0 1rem;
|
||||
}
|
||||
|
||||
.admin-project-export-result {
|
||||
|
|
Loading…
Reference in New Issue