Skip to content

Commit

Permalink
Remove add gene/term button on viewonly
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobsonMT committed Feb 16, 2018
1 parent c436ee4 commit 6ff114a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/user/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3 class="mb-0 d-inline-block">Organism Research Focus</h3>
<div th:replace="fragments/gene-table :: gene-table(genes=${user.getGenesByTaxonAndTier(taxon, T(ubc.pavlab.rdp.model.enums.TierType).MANUAL_TIERS)})"
th:remove="tag">...
</div>
<div class="input-group mt-2">
<div class="input-group mt-2" th:if="${viewOnly == null}">
<div class="input-group-prepend" style="background: lightgrey;">
<button class="btn btn-outline-secondary reset-table text-danger d-none" type="button">-</button>
<button class="btn btn-outline-secondary add-row text-success" type="button"><i class="mx-2 d-none spinner"></i>+</button>
Expand All @@ -135,7 +135,7 @@ <h3 class="mb-0 d-inline-block">Organism Research Focus</h3>
th:remove="tag">...
</div>

<div class="input-group mt-2">
<div class="input-group mt-2" th:if="${viewOnly == null}">
<div class="input-group-prepend" style="background: lightgrey;">
<button class="btn btn-outline-secondary reset-table text-danger d-none" type="button">-</button>
<button class="btn btn-outline-secondary add-row text-success" type="button"><i class="mx-2 d-none spinner"></i>+</button>
Expand Down

0 comments on commit 6ff114a

Please sign in to comment.