From 87cf005ee1423f2ea9bd4f2ecfe0bd7fa0f08358 Mon Sep 17 00:00:00 2001 From: Brandon Stewart Date: Sun, 3 Sep 2017 00:32:24 -0600 Subject: [PATCH] Add some more styling. This almost looks pretty good now... --- app/views/main/dashboard.html.erb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/app/views/main/dashboard.html.erb b/app/views/main/dashboard.html.erb index 3359777..75bf75f 100644 --- a/app/views/main/dashboard.html.erb +++ b/app/views/main/dashboard.html.erb @@ -1,13 +1,10 @@
-<%= link_to 'Total sightings by US state', states_path %>
-<%= link_to 'Total sightings per capita by US state', per_capita_by_state_path %>
-<%= link_to 'Sightings by country', countries_path %>
-<%= link_to 'Sightings by year', years_path %>
-<%= link_to 'Sightings by US city', cities_path %>
-<%= link_to 'Total sightings by reported shape', shapes_path %>
-
- -
+<%= link_to 'Total sightings by US state', states_path, class: "dropbtn" %>
+<%= link_to 'Total sightings per capita by US state', per_capita_by_state_path, class: "dropbtn" %>
+<%= link_to 'Sightings by country', countries_path, class: "dropbtn" %>
+<%= link_to 'Sightings by year', years_path, class: "dropbtn" %>
+<%= link_to 'Sightings by US city', cities_path, class: "dropbtn" %>
+<%= link_to 'Total sightings by reported shape', shapes_path, class: "dropbtn" %>
+