Fix class names
This commit is contained in:
parent
103d6b7f3d
commit
494260fa4a
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