diff --git a/app/views/dashboard/components/add.blade.php b/app/views/dashboard/components/add.blade.php index b85aeeaa..ee971339 100644 --- a/app/views/dashboard/components/add.blade.php +++ b/app/views/dashboard/components/add.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') -
+
@@ -59,8 +59,10 @@ - - {{ trans('forms.cancel') }} +
+ + {{ trans('forms.cancel') }} +
diff --git a/app/views/dashboard/components/edit.blade.php b/app/views/dashboard/components/edit.blade.php index 67d0c840..4a45a616 100644 --- a/app/views/dashboard/components/edit.blade.php +++ b/app/views/dashboard/components/edit.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') -
+
@@ -59,8 +59,10 @@ - - {{ trans('forms.cancel') }} +
+ + {{ trans('forms.cancel') }} +
diff --git a/app/views/dashboard/components/groups/add.blade.php b/app/views/dashboard/components/groups/add.blade.php index 6761978e..0ad7d79e 100644 --- a/app/views/dashboard/components/groups/add.blade.php +++ b/app/views/dashboard/components/groups/add.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') -
+
@@ -22,8 +22,10 @@
- - {{ trans('forms.cancel') }} +
+ + {{ trans('forms.cancel') }} +
diff --git a/app/views/dashboard/incidents/add.blade.php b/app/views/dashboard/incidents/add.blade.php index abf4bcba..401c9395 100644 --- a/app/views/dashboard/incidents/add.blade.php +++ b/app/views/dashboard/incidents/add.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-vertical', 'role' => 'form']) }} + {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-horizontal', 'role' => 'form']) }}
@if($incidentTemplates->count() > 0)
@@ -90,8 +90,8 @@ -
-
+
+
{{ trans('forms.cancel') }}
diff --git a/app/views/dashboard/incidents/edit.blade.php b/app/views/dashboard/incidents/edit.blade.php index 5043129c..19c31d18 100644 --- a/app/views/dashboard/incidents/edit.blade.php +++ b/app/views/dashboard/incidents/edit.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-vertical', 'role' => 'form']) }} + {{ Form::open(['name' => 'IncidentForm', 'class' => 'form-horizontal', 'role' => 'form']) }}
@@ -78,8 +78,8 @@ id}}> -
-
+
+
{{ trans('forms.cancel') }}
diff --git a/app/views/dashboard/incidents/templates/add.blade.php b/app/views/dashboard/incidents/templates/add.blade.php index d8fca19c..7387775b 100644 --- a/app/views/dashboard/incidents/templates/add.blade.php +++ b/app/views/dashboard/incidents/templates/add.blade.php @@ -14,7 +14,7 @@
@include('partials.dashboard.errors') - {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-vertical', 'role' => 'form']) }} + {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-horizontal', 'role' => 'form']) }}
@@ -28,7 +28,9 @@
- +
+ +
{{ Form::close() }}
diff --git a/app/views/dashboard/incidents/templates/edit.blade.php b/app/views/dashboard/incidents/templates/edit.blade.php index 5fa4c1a2..5d80dd80 100644 --- a/app/views/dashboard/incidents/templates/edit.blade.php +++ b/app/views/dashboard/incidents/templates/edit.blade.php @@ -23,7 +23,7 @@
@endif - {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-vertical', 'role' => 'form']) }} + {{ Form::open(['name' => 'IncidentTemplateForm', 'class' => 'form-horizontal', 'role' => 'form']) }}
@@ -37,7 +37,9 @@
- +
+ +
{{ Form::close() }}
diff --git a/app/views/dashboard/settings/app-setup.blade.php b/app/views/dashboard/settings/app-setup.blade.php index 2a286649..a901046b 100644 --- a/app/views/dashboard/settings/app-setup.blade.php +++ b/app/views/dashboard/settings/app-setup.blade.php @@ -8,7 +8,7 @@
-
+

{{ trans('dashboard.settings.app-setup.app-setup') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/security.blade.php b/app/views/dashboard/settings/security.blade.php index 9d295bec..9c5967ce 100644 --- a/app/views/dashboard/settings/security.blade.php +++ b/app/views/dashboard/settings/security.blade.php @@ -8,7 +8,7 @@
- +

{{ trans('dashboard.settings.security.security') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/stylesheet.blade.php b/app/views/dashboard/settings/stylesheet.blade.php index 96c25ccc..f008e43c 100644 --- a/app/views/dashboard/settings/stylesheet.blade.php +++ b/app/views/dashboard/settings/stylesheet.blade.php @@ -8,7 +8,7 @@
- +

{{ trans('dashboard.settings.stylesheet.stylesheet') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/settings/theme.blade.php b/app/views/dashboard/settings/theme.blade.php index e09e8a49..5d5f6ed2 100644 --- a/app/views/dashboard/settings/theme.blade.php +++ b/app/views/dashboard/settings/theme.blade.php @@ -8,7 +8,7 @@
- +

{{ trans('dashboard.settings.theme.theme') }}

@include('partials.dashboard.errors')
diff --git a/app/views/dashboard/team/add.blade.php b/app/views/dashboard/team/add.blade.php index f717b932..676cd0a3 100644 --- a/app/views/dashboard/team/add.blade.php +++ b/app/views/dashboard/team/add.blade.php @@ -13,7 +13,7 @@
@include('partials.dashboard.errors') - +
@@ -29,7 +29,9 @@
- +
+ +
diff --git a/app/views/dashboard/team/edit.blade.php b/app/views/dashboard/team/edit.blade.php index 541cdb03..ab6da427 100644 --- a/app/views/dashboard/team/edit.blade.php +++ b/app/views/dashboard/team/edit.blade.php @@ -13,7 +13,7 @@
@include('partials.dashboard.errors') -
+
@@ -29,10 +29,12 @@
- - @if(Auth::user()->isAdmin) - {{ trans('cachet.api.revoke') }} - @endif +
+ + @if(Auth::user()->isAdmin) + {{ trans('cachet.api.revoke') }} + @endif +
diff --git a/app/views/dashboard/user/index.blade.php b/app/views/dashboard/user/index.blade.php index f776afdb..1818ca7a 100644 --- a/app/views/dashboard/user/index.blade.php +++ b/app/views/dashboard/user/index.blade.php @@ -13,7 +13,7 @@
@include('partials.dashboard.errors') -
+
@@ -56,8 +56,10 @@ @endif
- - {{ trans('cachet.api.regenerate') }} +
+ + {{ trans('cachet.api.regenerate') }} +
diff --git a/app/views/setup.blade.php b/app/views/setup.blade.php index 3c1ad992..4b1c81b8 100644 --- a/app/views/setup.blade.php +++ b/app/views/setup.blade.php @@ -23,7 +23,7 @@
- {{ Form::open(['name' => 'SetupForm', 'class' => 'form-vertical', 'id' => 'setup-form', 'role' => 'form', 'method' => 'POST']) }} + {{ Form::open(['name' => 'SetupForm', 'class' => 'form-horizontal', 'id' => 'setup-form', 'role' => 'form', 'method' => 'POST']) }}