diff options
| -rw-r--r-- | app/views/assets/index.html.erb | 2 | ||||
| -rw-r--r-- | app/views/events/index.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/index.html.erb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/assets/index.html.erb b/app/views/assets/index.html.erb index e26830b..31dae59 100644 --- a/app/views/assets/index.html.erb +++ b/app/views/assets/index.html.erb | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <%= will_paginate @assets %> | 6 | <%= will_paginate @assets %> |
| 7 | 7 | ||
| 8 | <table> | 8 | <table class="assets_table"> |
| 9 | <tr> | 9 | <tr> |
| 10 | </tr> | 10 | </tr> |
| 11 | <% @assets.each do |asset| %> | 11 | <% @assets.each do |asset| %> |
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index ae4f477..3065efd 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <h1>Listing events</h1> | 1 | <h1>Listing events</h1> |
| 2 | 2 | ||
| 3 | <table> | 3 | <table class="events_table"> |
| 4 | <tr> | 4 | <tr> |
| 5 | <th>Title</th> | 5 | <th>Title</th> |
| 6 | <th>Start time</th> | 6 | <th>Start time</th> |
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 59806db..cf00ef6 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <table class="user_list"> | 1 | <table class="user_table"> |
| 2 | <tr> | 2 | <tr> |
| 3 | <td><h1>Admins</h1></td> | 3 | <td><h1>Admins</h1></td> |
| 4 | </tr> | 4 | </tr> |
