Skip to content

Commit

Permalink
messages fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hotrush committed Oct 22, 2020
1 parent 594c68a commit cb1e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/properties.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@foreach($properties as $value => $name)
- {{ $value }}: {{ $name }}
- {{ $value }}: <i>{{ $name }}</i>
@endforeach

0 comments on commit cb1e778

Please sign in to comment.