Learn more about these different git repos.
Other Git URLs
19a8609
@@ -70,7 +70,7 @@
{{ ch }}
{{ ch.label }}
{% set chrootname = ch.label.text %}
- {% if copr and ch.data %}
+ {% if copr and ch.data and ch.checked %}
<a style="margin-left:20px" class="btn btn-xs btn-default" href="{{ copr_url('coprs_ns.chroot_edit', copr, chrootname = chrootname)}}">
<span class="pficon pficon-edit"> Edit </span>
</a>
(this is waaay more trivial compared to the dynamic solution with javascript :D)
Fix #2297
Build succeeded.
+1
rebased onto 19a8609
Pull-Request has been merged by frostyx
(this is waaay more trivial compared to the dynamic solution with javascript :D)
Fix #2297