mirror of https://github.com/rancher/ui.git
Typo
This commit is contained in:
parent
3f2f6ac943
commit
c1cf7829b8
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{#if settings.isRancher}}
|
||||
{{#if projectId}}
|
||||
{{#link-to "authenticated.project.help" projectId role="button" class="btn btn-sm btn-link"}}{{t 'pageFooter.help}}{{/link-to}}
|
||||
{{#link-to "authenticated.project.help" projectId role="button" class="btn btn-sm btn-link"}}{{t 'pageFooter.help'}}{{/link-to}}
|
||||
{{/if}}
|
||||
<a role="button" class="btn btn-sm btn-link" target="blank" href="{{docsBase}}">{{t 'pageFooter.documentation'}}</a>
|
||||
<a role="button" class="btn btn-sm btn-link" target="blank" href="{{docsBase}}/faqs/">{{t 'pageFooter.faq'}}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue