since the perms will be reset on approval better do not provide the perms tool before we approved a connection

This commit is contained in:
Mario Vavti 2016-01-14 23:38:00 +01:00
parent 3ba81c8bb6
commit 614dcb8bce

View File

@ -177,6 +177,7 @@
{{/if}} {{/if}}
{{if ! $is_pending}}
<div class="panel"> <div class="panel">
{{if $notself}} {{if $notself}}
<div class="section-subtitle-wrapper" role="tab" id="perms-tool"> <div class="section-subtitle-wrapper" role="tab" id="perms-tool">
@ -222,6 +223,7 @@
</div> </div>
</div> </div>
</div> </div>
{{/if}}
</div> </div>
</form> </form>
</div> </div>