Skip to content

Commit

Permalink
fix: [Retro Humt UI] clarify tags input
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jul 14, 2021
1 parent 8f4657b commit d6b63d5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions var/www/templates/hunter/add_retro_hunt_task.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ <h5 class="card-title">Create a new Retro Hunt task</h5>
</div>
<input id="name" name="name" class="form-control" placeholder="Retro Hunt Name" type="text" required>
</div>
<div class="input-group mb-2 mr-sm-2">
<div class="input-group-prepend">
<div class="input-group-text bg-danger text-white"><i class="fas fa-tag"></i></div>
</div>
<input id="tags" name="tags" class="form-control" placeholder="Tags to add on match (optional, space separated)" type="text">
</div>

<!-- <div class="input-group mb-2 mr-sm-2">
<div class="input-group-prepend">
Expand All @@ -61,13 +67,6 @@ <h5 class="card-title">Create a new Retro Hunt task</h5>
<textarea id="description" name="description" class="form-control" placeholder="Retro Hunt Description (optional)" rows="3"></textarea>
</div>

<div class="input-group mb-2 mr-sm-2">
<div class="input-group-prepend">
<div class="input-group-text bg-danger text-white"><i class="fas fa-tag"></i></div>
</div>
<input id="tags" name="tags" class="form-control" placeholder="Tags (optional, space separated)" type="text">
</div>

<div class="input-group mb-2 mr-sm-2">
<div class="input-group-prepend">
<div class="input-group-text bg-dark text-white"><i class="fas fa-folder"></i></div>
Expand Down

0 comments on commit d6b63d5

Please sign in to comment.