mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Change ellipsis to dash (#826)
An ellipsis in software often implies that the element is clickable to get more information. Changing that to a simple dash symbol makes it more clear that the value is simply undefined and is not a clickable element.
This commit is contained in:
parent
1e07a2dc2e
commit
f25902214f
@ -125,7 +125,7 @@
|
||||
<span id="chore-{{ $curentChoreEntry->chore_id }}-next-execution-time">{{ $curentChoreEntry->next_estimated_execution_time }}</span>
|
||||
<time id="chore-{{ $curentChoreEntry->chore_id }}-next-execution-time-timeago" class="timeago timeago-contextual @if($curentChoreEntry->track_date_only == 1) timeago-date-only @endif" datetime="{{ $curentChoreEntry->next_estimated_execution_time }}"></time>
|
||||
@else
|
||||
...
|
||||
<span>-</span>
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
@ -138,7 +138,7 @@
|
||||
@if(!empty($curentChoreEntry->next_execution_assigned_to_user_id))
|
||||
{{ FindObjectInArrayByPropertyValue($users, 'id', $curentChoreEntry->next_execution_assigned_to_user_id)->display_name }}
|
||||
@else
|
||||
...
|
||||
<span>-</span>
|
||||
@endif
|
||||
</span>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user