You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
332 B

2 months ago
2 months ago
2 months ago
3 months ago
  1. <nav class='bg-slate-800 text-2xl p-2 text-slate-200 flex justify-between items-center'>
  2. <%= link_to root_path, class: 'menu items-center flex gap-4 ' do %>
  3. <%= fa_icon :road, size: 2 %>
  4. <%= Rails.configuration.application_title %>
  5. <% end %>
  6. <div>
  7. <%= link_to 'Flash', flash_path, class: :menu %>
  8. </div>
  9. </nav>