fix missing styles on hooks without admin rights

This commit is contained in:
Lisa Passing 2015-07-23 14:54:20 +02:00
parent 6eb1405cea
commit cf7849a446

View File

@ -94,7 +94,16 @@
<ul class="profile-hooklist">
{{#each hook in hooksWithoutAdmin}}
<li class="{{if hook.active 'active'}} row">
<button class="profile-switch disabled"></button>
<div class="switch disabled {{if hook.active 'active'}}">
<div class="switch-inner">
<span class="on">
ON
</span>
<span class="off">
OFF
</span>
</div>
</div>
<a href={{hook.urlGithub}} rel="nofollow" class="profile-repo">
{{hook.slug}}
<span>{{hook.description}}</span>