diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-20 12:25:55 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-20 12:25:55 +0000 |
commit | 0d2a72017779ba0cd7c7d40e0fa32713129333c5 (patch) | |
tree | b8effcec64bda8caa329c1408677d8aa947eba4e /lib | |
parent | f688eef1f47a2e4d2851022a7d4a70ba38beba99 (diff) |
Move images out of /public and into the asset pipeline
An oddity here is that I had to rename logo.png to
alaveteli-logo.png, or the version from the alaveteli
repository was used after precompiling the assets.
(This suggests that generation of precompiled assets
with "rake assets:precompile" is picking the wrong
version; i.e. not going through the asset path in
reverse order.)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/views/general/_orglink.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/general/_orglink.html.erb b/lib/views/general/_orglink.html.erb index 9535a79..6a83ffb 100644 --- a/lib/views/general/_orglink.html.erb +++ b/lib/views/general/_orglink.html.erb @@ -1 +1 @@ -<%= link_to image_tag('/alavetelitheme/images/logo.png'), frontpage_url, :id=>'logo' %> +<%= link_to image_tag('alaveteli-logo.png'), frontpage_url, :id=>'logo' %> |