<% else %>
- <%= link_to new_user_session_path, class: "btn btn-primary" do %>
-
+ <%= link_to new_user_session_path, class: "btn btn-primary btn-sm" do %>
+ Sign in
<% end %>
<% end %>
+
+
+
+
+
+
+
+
+
+
+
<%= link_to "Cities", cities_path %>
+
<%= link_to "Arts", arts_path %>
+
+ <% if user_signed_in? %>
+
+ <%= link_to edit_user_registration_path do %>
+
+
+
+
+ Settings
+ <% end %>
+
+
+ <%= button_to destroy_user_session_path,
+ method: :delete,
+ class: "w-full text-left" do %>
+
+
+
+ Sign out
+ <% end %>
+
+ <% else %>
+
+ <%= link_to new_user_session_path do %>
+
+
+
+ Sign in
+ <% end %>
+
+ <% end %>
+
+
+
\ No newline at end of file
diff --git a/app/views/layouts/_user_menu.html.erb b/app/views/layouts/_user_menu.html.erb
new file mode 100644
index 0000000..2b672ce
--- /dev/null
+++ b/app/views/layouts/_user_menu.html.erb
@@ -0,0 +1,35 @@
+