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>
|
<p>Are you sure you want to delete this entry?</p>
|
||||||
|
|
||||||
<h3>Entry Details:</h3>
|
<h3>Entry Details:</h3>
|
||||||
<table class="gb-entry_details">
|
<table class="gb-entry-details">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>ID:</b></td>
|
<td><b>ID:</b></td>
|
||||||
<td>{{ $entry->id }}</td>
|
<td>{{ $entry->id }}</td>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
@section('title', 'Guestbook')
|
@section('title', 'Guestbook')
|
||||||
@section('content')
|
@section('content')
|
||||||
<br>
|
<br>
|
||||||
<table class="gb-entryform_container">
|
<table class="gb-entryform-container">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<form method="POST" action="/guestbook">
|
<form method="POST" action="/guestbook">
|
||||||
|
|
Loading…
Reference in a new issue