You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When go to category link for example "http://localhost:3000/blog/categories/howto" where "Howto" I manually created category the spina/blog/categories/index.html.haml hasn't access to default application layout, can I somehow inject it?
The text was updated successfully, but these errors were encountered:
wojtasss
changed the title
No access to SpinaCMS default layout
Categories index view has no access to SpinaCMS default layout
Oct 23, 2020
Are you using spina_2_0 branch for spina 2.0 alpha release? If so, I've just committed a change that adds include ::Spina::Frontend to the controller. If you're using master branch, you might want to add that in a decorator for now.
Hi thanks for response. I have used spina 2.0 alpha and spina_2_0 on spina-blog as you said but still no layout access. I have created app/views/spina/blog/categories/show.html.haml with some text for test and still no layout :(
When go to category link for example "http://localhost:3000/blog/categories/howto" where "Howto" I manually created category the spina/blog/categories/index.html.haml hasn't access to default application layout, can I somehow inject it?
The text was updated successfully, but these errors were encountered: