afc84286b9
* add switch link on namespace link page if user has access to the namespace * refresh list when you delete, only show manage if you can list * fix bug where disconnected namespaces wouldn't show the picker properly * namespaces list should end in a slash * end full namespace paths with a / * shorten pop up menu link
6 lines
167 B
Handlebars
6 lines
167 B
Handlebars
{{#if showMessage}}
|
|
<p class="namespace-reminder">
|
|
This {{noun}} will be {{modeVerb}} in the <span class="tag">{{namespace.path}}/</span>namespace.
|
|
</p>
|
|
{{/if}}
|