Commit f135e74887786f3a6a06decc8f1a89870c4f9f21
1 parent
096da89f
Exists in
master
and in
1 other branch
favico from http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Sta…
…tus-script-error-icon.html
Showing
2 changed files
with
6 additions
and
5 deletions
Show diff stats
app/views/layouts/application.html.haml
1 | 1 | !!! html |
2 | 2 | %html |
3 | 3 | %head |
4 | - %title | |
4 | + %title | |
5 | 5 | Errbit — |
6 | 6 | = yield(:page_title).present? ? yield(:page_title) : yield(:title) |
7 | 7 | %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "content-type" }/ |
8 | + = favicon_link_tag | |
8 | 9 | = csrf_meta_tag |
9 | 10 | = javascript_include_tag :defaults |
10 | 11 | = stylesheet_link_tag 'reset', 'application' |
... | ... | @@ -14,9 +15,9 @@ |
14 | 15 | %div |
15 | 16 | = link_to 'Errbit', root_path, :id => 'site-name' |
16 | 17 | = render 'shared/session' |
17 | - | |
18 | + | |
18 | 19 | = render 'shared/navigation' if current_user |
19 | - | |
20 | + | |
20 | 21 | #content-wrapper |
21 | 22 | #content-title |
22 | 23 | %h1= yield :title |
... | ... | @@ -24,8 +25,8 @@ |
24 | 25 | - if (action_bar = yield(:action_bar)).present? |
25 | 26 | #action-bar |
26 | 27 | = action_bar |
27 | - #content | |
28 | + #content | |
28 | 29 | = render :partial => 'shared/flash_messages' |
29 | 30 | = yield |
30 | 31 | #footer= "Powered by #{link_to 'Errbit', 'http://github.com/jdpace/errbit', :target => '_blank'}: the open source error catcher.".html_safe |
31 | - = yield :scripts | |
32 | 32 | \ No newline at end of file |
33 | + = yield :scripts | ... | ... |
public/favicon.ico
No preview for this file type