Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ARC-Support
public projects
lou-server
Commits
1d8b3317
Commit
1d8b3317
authored
Oct 01, 2021
by
Maik Messerschmidt
Browse files
Display max_uses == null as infinite.
parent
b34fabdf
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/inputs/index.blade.php
View file @
1d8b3317
...
...
@@ -19,7 +19,7 @@
<
td
>
{{
$input
->
id
}}
</
td
>
<
td
>
{{
$input
->
created_at
}}
</
td
>
<
td
>
{{
$input
->
uses
}}
</
td
>
<
td
>
{{
$input
->
max_uses
}}
</
td
>
<
td
>
{{
$input
->
max_uses
??
'∞'
}}
</
td
>
<
td
>
{{
$input
->
listed
?
"yes"
:
"no"
}}
</
td
>
<
td
>
{{
$input
->
increments
}}
</
td
>
<
td
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment