Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jauggy committed Jul 13, 2024
1 parent c27c338 commit 42c5fea
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions lib/teiserver_web/live/account/profile/contributor.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@
</div>
<div class="row mt-3 mb-3">
<div class="col">
<form>
<h4>Contributor Rank Icon</h4>
<div class="form-check">
<input
name={"hide-rank-icon"}
id={"hide-rank-icon"}
class="form-check-input"
type="checkbox"
value="true"
checked={@hide_contributor_rank}
phx-change="toggle-hide-contributor-rank"
/>
<label class="form-check-label" for={"hide-rank-icon"}>
Hide contributor rank icon
</label>
</div>
</form>
<form>
<h4>Contributor Rank Icon</h4>
<div class="form-check">
<input
name="hide-rank-icon"
id="hide-rank-icon"
class="form-check-input"
type="checkbox"
value="true"
checked={@hide_contributor_rank}
phx-change="toggle-hide-contributor-rank"
/>
<label class="form-check-label" for="hide-rank-icon">
Hide contributor rank icon
</label>
</div>
</form>
</div>
</div>
</div>

0 comments on commit 42c5fea

Please sign in to comment.