Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing icons #47

Open
bl4d3 opened this issue Nov 23, 2011 · 3 comments
Open

missing icons #47

bl4d3 opened this issue Nov 23, 2011 · 3 comments

Comments

@bl4d3
Copy link

bl4d3 commented Nov 23, 2011

Hi, I was not able to copy those images:

application_edit.png
cross.png
key.png
tick.png

with

rails g web_app_theme:assets

I manually created the folder

{Rails.root}/app/assets/images/web-app-theme/icons

and copied them from gem source.
Am i missing something?
Thank you

@ghost
Copy link

ghost commented Dec 17, 2011

I'm having a similar problem too, except I don't have the icon images at all. I looked into my gem source and there isn't any folder called:

{Rails.root}/app/assets/images/web-app-theme/icons

They aren't in the source code anymore. I had to download an old version to get the icons. Where have the icons gone?

@vsizov
Copy link

vsizov commented Dec 19, 2011

big bug that exist a long time. @pilu can you fix it?

@redconfetti
Copy link

Same issue here. Icons weren't showing up in development, which I could ignore, but now I'm getting errors in production.

ActionView::Template::Error (web-app-theme/icons/tick.png isn't precompiled):
    10:     <%= image_tag("web-app-theme/icons/tick.png", :alt => "#{t("web-app-theme.save", :default => "Save")}") %> <%= t("web-app-theme.save", :default => "Save") %>

I went back in the repo and found the images here. I've just placed them in /app/assets/images/web-app-theme/icons/

kkaempf added a commit to kkaempf/wbem-explorer that referenced this issue Feb 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants