Fix class names
This commit is contained in:
parent
c16b9d351f
commit
f56107be8d
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<p>Are you sure you want to delete this entry?</p>
|
||||
|
||||
<h3>Entry Details:</h3>
|
||||
<table class="gb-entry_details">
|
||||
<table class="gb-entry-details">
|
||||
<tr>
|
||||
<td><b>ID:</b></td>
|
||||
<td>{{ $entry->id }}</td>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@section('title', 'Guestbook')
|
||||
@section('content')
|
||||
<br>
|
||||
<table class="gb-entryform_container">
|
||||
<table class="gb-entryform-container">
|
||||
<tr>
|
||||
<td>
|
||||
<form method="POST" action="/guestbook">
|
||||
|
|
Loading…
Reference in a new issue