Skip to content

Commit

Permalink
Remove live button but keep pending on model home page
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoupe committed Jan 17, 2020
1 parent d1a90d5 commit 628bf6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/comp/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ <h1 class="display-5">
aria-controls="project-desc-collapse">
README
</button>
{% if project_status == "live" or project_status == "updating" %}
<button class="btn btn-outline-success">live</button>
{% else %}
{% if project_status == "pending" %}
<button class="btn btn-outline-warning">pending</button>
{% endif %}
</div>
Expand Down

0 comments on commit 628bf6a

Please sign in to comment.