Commit 44efbc9f authored by April Guian's avatar April Guian

added created_at column

parent 240437a7
......@@ -23,7 +23,7 @@
<th> Brand </th>
<th> Time In </th>
<th> Time Out </th>
<th> Log Created at</th>
</tr>
</thead>
......@@ -36,6 +36,7 @@
<td><%= record.brand %></td>
<td><%= record.time_in %></td>
<td><%= record.time_out %></td>
<td><%= record.created_at %></td>
<td><a class="btn btn-danger" href="car_logs/delete/<%= record.id %>" role ="button">Delete</a></td>
</tr>
......
......@@ -7,7 +7,7 @@
<div class="container">
<h1>Hello there, User!</h1>
<p>This is a website for managing the information of cars in the parking lot. It can store the car's plate number, brand, color and the time of entry and exit.</p>
<p><a class="btn btn-primary btn-lg" href="/car_logs" role="button">Let's get started! &raquo;</a></p>
<p><a class="btn btn-primary btn-lg" href="/create_new" role="button">Let's get started! &raquo;</a></p>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment