Sha256: b6016b45e063a4b23e3b533a34add7fb6866952168e28eb21740406203872d57
Contents?: true
Size: 781 Bytes
Versions: 25
Compression:
Stored size: 781 Bytes
Contents
- if (@additional_formats && @additional_formats.count > 0) %section =fullwidth do = section_title("Alternative formats") %p In addition to this bookmarkable html page, this %strong= @page_kind is also available for our robot customers in the folowing machine-readable formats: %span.visible_inline_when_javascript_available %a (show) .hidden_when_javascript_available - @additional_formats.each do |f| = label(f[:format]) .codesmall.click_to_select=f[:link] =link_to "(download #{f[:format]})", f[:link] :javascript $(".visible_inline_when_javascript_available a").click(function(e) { e.preventDefault(); $(e.target).parent().hide(); $(e.target).closest(".pmd_row").find(".hidden_when_javascript_available").show(); });
Version data entries
25 entries across 25 versions & 1 rubygems