Skip to content

Commit

Permalink
Browser tab disambiguation
Browse files Browse the repository at this point in the history
Favicons tell you it's shipit. Browser tabs that all say "Shipit" are kinda useless.
  • Loading branch information
benlangfeld committed Apr 23, 2020
1 parent 4192f63 commit 87515ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/shipit.html.erb
Expand Up @@ -2,7 +2,7 @@
<html lang="<%= I18n.locale %>" data-controller="<%= controller_name %>" data-action="<%= action_name %>">
<head>
<% if @stack %>
<title><%= Shipit.app_name %> - <%= @stack.repo_name %>/<%= @stack.environment %></title>
<title><%= @stack.repo_name %>/<%= @stack.environment %> - <%= Shipit.app_name %></title>
<% else %>
<title><%= Shipit.app_name %></title>
<% end %>
Expand Down

0 comments on commit 87515ca

Please sign in to comment.