Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Remove find game button if not playable
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Aug 8, 2014
1 parent f0089bd commit be7c72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/mods.jade
Expand Up @@ -20,7 +20,7 @@
p(ng-repeat="feature in mod.features") {{feature}}
.mod-buttons
a.btn.btn-success(style="margin-right:10px",href="/mods/{{mod.name}}") ABOUT
a.btn.btn-primary(href="/lobbies/{{mod.name}}") FIND GAME
a.btn.btn-primary(href="/lobbies/{{mod.name}}",ng-if="mod.playable") FIND GAME



Expand Down

0 comments on commit be7c72c

Please sign in to comment.