Show less information to users when editing startup

This commit is contained in:
Dane Everitt 2016-09-15 20:30:18 -04:00
parent a153327b5b
commit 120a6a5f6e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
@endif
class="form-control" value="{{ old($item->env_variable, $item->a_serverValue) }}" data-action="matchRegex" data-regex="{{ $item->regex }}" />
</div>
<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>
<p class="text-muted"><small>{!! $item->description !!}</small></p>
</div>
@endforeach
</div>