Skip to content

Commit

Permalink
Modified Admin title and added a favicon, yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-oliviert committed Jan 23, 2014
1 parent 7032430 commit cf904da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/admin/application.html.erb
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Management</title>
<title>Ecrire</title>
<link rel="shortcut icon" href="<%= url_for("/favicon.ico")%>" />
<%= stylesheet_link_tag "admin", media: "all" %>
<%= javascript_include_tag "admin" %>
<%= csrf_meta_tags %>
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title><%= title %></title>
<link rel="shortcut icon" href="/favicon.ico" />
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit cf904da

Please sign in to comment.