Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red favicon for dev #2470

Merged
merged 5 commits into from
Apr 26, 2017
Merged

Red favicon for dev #2470

merged 5 commits into from
Apr 26, 2017

Conversation

LindseyB
Copy link
Contributor

This is super low priority but I found it helpful in my own work so I don't confuse local dev and production environments to have a red favicon on the dev environment. It's something that I have found super helpful, though my feelings won't be hurt if you decide not to merge. 😄

screen shot 2017-04-26 at 12 44 02 am

@@ -5,6 +5,7 @@
%meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/
%meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge'}/

%link{:rel => "icon", :href => "#{favicon_path}", :type => "image/x-icon"}/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The quotes and interpolation around the helper method are optional/redundant here.

%link{:rel => "icon", :href => favicon_path, :type => "image/x-icon"}/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops! Updated. (I feel like it's been so long since I've used haml I overthought it)

@Gargron Gargron merged commit 25cbb84 into mastodon:master Apr 26, 2017
@LindseyB LindseyB deleted the dev-favicon-patch branch April 26, 2017 13:46
seefood pushed a commit to Toootim/mastodon that referenced this pull request Apr 28, 2017
* Set a dev specific favicon

* Consistent spacing

* Add trailing slash for consistency

* Update to remove interpolation
ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this pull request Nov 16, 2023
Clean up some more and reduce unwarranted differences with upstream further
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants