J'ai un fichier de configuration complète de cette ....syntaxe haml - meilleure façon d'écrire cela?
- if current_page.include? "test_string_one"
- @total_index = 3
- @next_location = '../random_string/page0.html'
- @next_name = 'title 2'
- if current_page.include? "test_string_two"
- @total_index = 10
- @next_location = '../another_random_string/page0.html'
- @next_name = 'title 3'
est-il un moyen plus propre d'écrire cela? En utilisant Staticmatic.
Je vois qu'il y a des filtres disponibles en haml. Est-ce que tout ceci devrait être dans le filtre :ruby
?
Dup http://stackoverflow.com/questions/1743291/haml-syntax-better-way-of-writing-this –