<% content_for :document_ready do %> $("#show_hide_thumbs").click(function(){ if ($('#thumbs_div').is(':hidden')) { $("#thumbs_div").show(); $("#show_hide_thumbs").removeClass("show_pictures_icon"); $("#show_hide_thumbs").addClass("hide_pictures_icon"); $("#show_hide_thumbs").text("<%= I18n.t('features.hide_pictures') %>"); } else { $("#thumbs_div").hide(); $("#show_hide_thumbs").removeClass("hide_pictures_icon"); $("#show_hide_thumbs").addClass("show_pictures_icon"); $("#show_hide_thumbs").text("<%= I18n.t('features.show_pictures') %>"); } }); <% end %>
<%= @reportage.nb_photos %><%= I18n.t("features.nb_pictures") %> <% unless @reportage.id.nil? %> <%= link_to "".html_safe, reportage_path(id: @reportage.id, method: "get") %> <% end %>
<%= I18n.t("features.hide_pictures") %>
<% unless @reportage.id.nil? %> <% end %>