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
今は lib/view.rb で partial rendering 相当のことをしていると思いますが,これらは全て haml (と Sinatra のビルトイン関数)だけで置き換えられる気がします.現状だと haml ファイルを見てもそこから他のどの haml ファイルへ対応しているのか分かりづらいですし,以下のような感じでは切り分けられませんか?
%article != haml :search, { result: result, keyword: keyword }
nav などに関しても同様に行けると思います.もし現状で何か理由があってこうなっているのであれば教えてください.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
今は lib/view.rb で partial rendering 相当のことをしていると思いますが,これらは全て haml (と Sinatra のビルトイン関数)だけで置き換えられる気がします.現状だと haml ファイルを見てもそこから他のどの haml ファイルへ対応しているのか分かりづらいですし,以下のような感じでは切り分けられませんか?
nav などに関しても同様に行けると思います.もし現状で何か理由があってこうなっているのであれば教えてください.
The text was updated successfully, but these errors were encountered: