v1.1.0a - Added "andet option" til feedback

This commit is contained in:
2020-09-10 12:35:38 +02:00
parent 201e2b5b35
commit 89ea2c971b
5 changed files with 25 additions and 11 deletions
@@ -19,6 +19,7 @@
<option selected="selected" name="all" value="all">Alle</option>
<option name="ris" value="Ris">Ris</option>
<option name="ros" value="Ros">Ros</option>
<option name="andet" value="Andet">Andet</option>
</select>
<!-- Dont delete me sir :(
<input class="checkbox-inline" type="checkbox" name="checkbox" id="ris" value="ris">
@@ -33,7 +34,7 @@
<tr>
<th style="width: 6em;">Dato</th>
<th>Feedback Besked</th>
<th style="width: 5em;">Ris el. Ros</th>
<th style="width: 7em;">Feedback type</th>
@if(auth()->user()->can('feedback.delete'))
<th style="width: 1em;"><img class="w-100" src="{{ asset('/images/icons/trashcan.svg') }}" alt="Delete"></th>
@endif