Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Adds favicon to newly generated buffalo apps #820

Merged
merged 8 commits into from
Dec 22, 2017

Conversation

paganotoni
Copy link
Member

No description provided.

@@ -9,6 +9,7 @@
<%= stylesheetTag("application.css") %>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="<%= authenticity_token %>" />
<link rel="icon" href="/assets/images/favicon.ico">
Copy link
Member

Choose a reason for hiding this comment

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

This should probably use the assetPath helper:

<link rel="icon" href="<%= assetPath("images/favicon.ico") %>">

@paganotoni
Copy link
Member Author

good point, I changed it to use assetPath

@markbates markbates added this to the 0.10.3 milestone Dec 22, 2017
@markbates markbates merged commit 7ac2de8 into development Dec 22, 2017
@markbates markbates deleted the feature/adding-favicon branch December 22, 2017 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants