favicon
This commit is contained in:
parent
362ec3bcbd
commit
298eb0a023
|
@ -1,5 +1,4 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
console.log("ready");
|
|
||||||
$("#toggleall").click(function() {
|
$("#toggleall").click(function() {
|
||||||
var checked_status = this.checked;
|
var checked_status = this.checked;
|
||||||
jQuery("input[type='checkbox']").each(function() {
|
jQuery("input[type='checkbox']").each(function() {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
%title
|
%title
|
||||||
=t(:mailr,:scope=>:common)
|
=t(:mailr,:scope=>:common)
|
||||||
= yield :title
|
= yield :title
|
||||||
|
%li{:rel=>"shortcut icon", :href=>"/favicon.ico"}/
|
||||||
= stylesheet_link_tag "application", :media => "all"
|
= stylesheet_link_tag "application", :media => "all"
|
||||||
= javascript_include_tag "application"
|
= javascript_include_tag "application"
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
%title
|
%title
|
||||||
=t(:mailr,:scope=>:common)
|
=t(:mailr,:scope=>:common)
|
||||||
= yield :title
|
= yield :title
|
||||||
|
%li{:rel=>"shortcut icon", :href=>"/favicon.ico"}/
|
||||||
= stylesheet_link_tag "application", :media => "all"
|
= stylesheet_link_tag "application", :media => "all"
|
||||||
= javascript_include_tag "application"
|
= javascript_include_tag "application"
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
BIN
public/favicon.ico
Executable file → Normal file
BIN
public/favicon.ico
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in a new issue