Minor HTML tweaks

This commit is contained in:
Abhimanyu Sharma
2016-10-08 21:39:39 +05:30
parent 318227f067
commit 22cbe16007
9 changed files with 11 additions and 11 deletions
@@ -66,7 +66,7 @@
</fieldset>
<input type="hidden" name="component[user_id]" value="{{ $component->agent_id || $current_user->id }}">
<input type="hidden" name="component[order]" value="{{ $component->order or 0 }}">
<input type="hidden" name="component[order]" value="{{ $component->order || 0 }}">
<div class="btn-group">
<button type="submit" class="btn btn-success">{{ trans('forms.save') }}</button>