We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The featured image, even though uploaded and shown in the backend, does not appear anywhere in the frontend.
The text was updated successfully, but these errors were encountered:
True, although it's easy enough to add <%= image_tag(blog_entry.blog_entry_image.attachment.url(:large)) %> anywhere you need in the templates
Sorry, something went wrong.
I found that I first have to build it in the template. Else the attachment.url won't be there.
<% blog_entry.build_blog_entry_image unless blog_entry.blog_entry_image %>
Merge pull request #5 from human-nyc/3/task/add-subtitle-field-to-bac…
8e29a04
…kend Add subtitle field to backend
No branches or pull requests
The featured image, even though uploaded and shown in the backend, does not appear anywhere in the frontend.
The text was updated successfully, but these errors were encountered: