Je veux seulement sortir une ancre ici. Si current_page est dans le tableau, j'en ai deux (.html et -nf.html). Si ce n'est pas dans le tableau, je reçois autant d'ancres qu'il y a d'éléments dans le tableau. J'ai utilisé StaticMatic.ruby - si la chaîne n'est pas contenue dans un tableau
- if page_options[:current_index] < page_options[:total_index] && page_options[:current_index] > 0
// loop through the pre-flash array and if current page matches, add -nf
- page_options[:pre_flash] = ['string_one-nf', 'string_two-nf', 'string_three-nf']
- page_options[:pre_flash].each do |each_string|
- if current_page.include? each_string
%li
%a{ :href => "page#{page_options[:current_index]}-nf.html", :class => "next" }
Next
- else
%li
%a{ :href => "page#{page_options[:current_index]}.html", :class => "next" }
Next
désolé les gars - il y a plus à ce que j'ai réalisé, faisant simplement ce que vous recommandez, je reçois plusieurs occurrences de la ou à moins! code (dans ce cas, l'ancre) –
non, encore obtenir la répétition ancres .html malheureusement –
pauses ont fait le tour, je comprends totalement cela - grand merci –