Skip to content

Commit 120a6a5

Browse files
committed
Show less information to users when editing startup
1 parent a153327 commit 120a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/server/settings.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
@endif
119119
class="form-control" value="{{ old($item->env_variable, $item->a_serverValue) }}" data-action="matchRegex" data-regex="{{ $item->regex }}" />
120120
</div>
121-
<p class="text-muted"><small>{!! $item->description !!}<br />Regex: <code>{{ $item->regex }}</code><br />Access as: <code>&#123;&#123;{{$item->env_variable}}&#125;&#125;</code></small></p>
121+
<p class="text-muted"><small>{!! $item->description !!}</small></p>
122122
</div>
123123
@endforeach
124124
</div>

0 commit comments

Comments
 (0)