-
Notifications
You must be signed in to change notification settings - Fork 389
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
Comments
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? |
big bug that exist a long time. @pilu can you fix it? |
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/ |
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
The text was updated successfully, but these errors were encountered: