We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a153327 commit 120a6a5Copy full SHA for 120a6a5
resources/views/server/settings.blade.php
@@ -118,7 +118,7 @@
118
@endif
119
class="form-control" value="{{ old($item->env_variable, $item->a_serverValue) }}" data-action="matchRegex" data-regex="{{ $item->regex }}" />
120
</div>
121
- <p class="text-muted"><small>{!! $item->description !!}<br />Regex: <code>{{ $item->regex }}</code><br />Access as: <code>{{{{$item->env_variable}}}}</code></small></p>
+ <p class="text-muted"><small>{!! $item->description !!}</small></p>
122
123
@endforeach
124
0 commit comments