diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index eba67e67..94fe2504 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -123,26 +123,26 @@
-
- <%= link_to current_user do %> - <%= image_tag current_user.image_url(size=32), class: 'rounded-full mr-2 p-1 border-2 border-notebook-blue' %> - <% end %> + <%= link_to current_user.profile_url, class: 'flex border-t pt-4 pb-4 px-4 border-b border-gray-300 shadow group hover:bg-notebook-blue hover:text-white' do %> + <%= image_tag current_user.image_url(size=32), class: 'rounded-full mr-2 p-1 border-2 border-notebook-blue group-hover:border-green-500' %>
-
You're signed in as
-
- <%= link_to current_user.display_name, current_user %> +
You're signed in as
+
+ <%= current_user.display_name %>
-
+ <% end %> + <%= link_to main_app.subscription_path, class: 'flex items-center px-4 py-2 cursor-pointer group hover:bg-notebook-blue hover:text-white' do %> credit_card Billing - + PREMIUM <% end %> diff --git a/app/views/universes/hub.html.erb b/app/views/universes/hub.html.erb index b28aafeb..f6d4565b 100644 --- a/app/views/universes/hub.html.erb +++ b/app/views/universes/hub.html.erb @@ -72,7 +72,7 @@
- <%= link_to table_of_contents_path(universe: universe.id), class: 'relative -mr-px w-0 flex-1 inline-flex items-center justify-center py-4 text-sm text-gray-700 font-medium border border-transparent rounded-b-lg hover:bg-purple-800 hover:text-white' do %> + <%= link_to dashboard_path(universe: universe.id), class: 'relative -mr-px w-0 flex-1 inline-flex items-center justify-center py-4 text-sm text-gray-700 font-medium border border-transparent rounded-b-lg hover:bg-purple-800 hover:text-white' do %> fullscreen Focus <% end %>