Sinatra-Partial icon indicating copy to clipboard operation
Sinatra-Partial copied to clipboard

Just the partials helper in a gem. That is all.

Results 3 Sinatra-Partial issues
Sort by recently updated
recently updated
newest added

I'm running into an issue where I'm trying to include a partial from a nested view. It works great from `app/views/test.erb`. However, the issue arises when I'm on the nested...

Specify a Folder-Location for Partials. ``` ruby # as a config set :partial_folder, ("partials") # inline partial(:news, :partial_folder => 'partials' ) ``` Default is set to false. I hope, i...