Skip to content

Commit

Permalink
Fix empty add contact scren (#468)
Browse files Browse the repository at this point in the history
* Fix empty add contact scren
* Bump version
  • Loading branch information
djaiss authored Jul 14, 2017
1 parent 8d6434b commit d444786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
| should not change this setting yourself.
|
*/
'app_version' => '0.3.0',
'app_version' => '0.4.1',
];
2 changes: 1 addition & 1 deletion resources/views/people/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@section('content')

<div class="create-people modal">
<div class="create-people central-form">

<div class="{{ Auth::user()->getFluidLayout() }}">
<div class="row">
Expand Down

0 comments on commit d444786

Please sign in to comment.