Commit 1b51e303 authored by Wills Gomez's avatar Wills Gomez

updated table

parent 4b441d39
...@@ -11,14 +11,14 @@ ...@@ -11,14 +11,14 @@
<label>Color:</label> <label>Color:</label>
<select name="color" class="u-full-width"> <select name="color" class="u-full-width">
<option value="" disabled="disabled" selected="selected">Select..</option> <option value="" disabled="disabled" selected="selected">Select..</option>
<option value="red">red</option> <option value="Red">Red</option>
<option value="white">white</option> <option value="White">White</option>
<option value="blue">blue</option> <option value="Blue">Blue</option>
<option value="green">green</option> <option value="Green">Green</option>
<option value="orange">orange</option> <option value="Orange">Orange</option>
<option value="pink">pink</option> <option value="Pink">Pink</option>
<option value="black">black</option> <option value="Black">Black</option>
<option value="others">others</option> <option value="Other Color">Other Color</option>
</select> </select>
<label>Brand:</label> <label>Brand:</label>
<select name="brand" class="u-full-width"> <select name="brand" class="u-full-width">
......
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
<hr> <hr>
<table cellpadding="50"> <table cellpadding="50">
<thead> <tr>
<th> ID </th> <th> ID </th>
<th> Plate Number </th> <th> Plate Number </th>
<th> Time In </th> <th> Time In </th>
<th> Time Out </th> <th> Time Out </th>
<th> Color </th> <th> Color </th>
<th> Brand </th> <th> Brand </th>
</thead> </tr>
<% @records.each do |record| %> <% @records.each do |record| %>
<tr> <tr>
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
<td><%= record.brand %></td> <td><%= record.brand %></td>
</tr> </tr>
<% end %> <% end %>
</table> </table>
</center> </center>
<hr> <hr>
<a href="/create_new">Add New Record</a> <a href="/create_new">Add New Record</a>
......
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