Dilshod Samatov

Results 5 issues of Dilshod Samatov

Hi @radin-reth I hold my templates in app/templates and when attempt to include partials inside that directory i'm getting error about "No such template 'v14/html/shared/region_select'" . Is there way to...

Assume that in rails we can do something like this ` 'my_partial', :locals => { :my_var => 'value' } %>` How can do this in liquid? Thanks

Hello! In rails i can write `link_to 'this is a link', root_url, :class => 'css-class'` My question is how can i call link_to filter inside liquid template? Thanks

Hello I have a helper in applicatioon_helper.rb that returns named url (page_url). This helper available from liquid template, but gets error that named url (In my case page_url) not defined....

In my case wiselink changes page title with current url. There are possible to tell wiselink so it does not change that title?