diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d055491..078e5c2 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -28,25 +28,28 @@
-
+
  • cloudFirst Link With Icon
  • -
  • Third Link With Waves
  • -
  • - <% if user_signed_in? %> - - <% else %> - <%= link_to('Login', new_user_session_path) %> - <% end %>
  • + +
  • + <% if user_signed_in? %> + + <% else %> + <%= link_to('Login', new_user_session_path, :class => "waves-effect") %> + <% end %> +
  • + +
  • <% if user_signed_in? %> - <%= link_to('Edit registration', edit_user_registration_path) %> + <%= link_to('Edit registration', edit_user_registration_path, :class => "waves-effect") %> <% else %> - <%= link_to('Register', new_user_registration_path) %> + <%= link_to('Register', new_user_registration_path, :class => "waves-effect") %>
  • <% end %> -
  • <%= link_to "Mailbox", conversations_path %>
  • +
  • <%= link_to("Mailbox", conversations_path, :class => "waves-effect") %>
  • menu diff --git a/app/views/listings/index.html.erb b/app/views/listings/index.html.erb index 9fe6871..b4016e6 100644 --- a/app/views/listings/index.html.erb +++ b/app/views/listings/index.html.erb @@ -19,11 +19,13 @@ - + + <%= listing.rent_price_per_week %> <%= listing.number_of_bedrooms %> <%= listing.address %> +