Sha256: b20126d7fde2e64b8e109b95e2423b7ca29bcd45b8eb35ffae612eac9a726de4
Contents?: true
Size: 538 Bytes
Versions: 41
Compression:
Stored size: 538 Bytes
Contents
- if list.empty? .sitemap_links_info.notice %p This resource is not in the sitemap. %a{:href => add_route_link + '/' + slug_me} Add one? - else .sitemap_links_info.success %h4 Current Route: #{list.first.full_path} #{list.size > 1 ? '(and ' + (list.size - 1).to_s + ' others)' : ''} %a.more_info{:href=>'#'} More Info .sitemap_links{:style => 'display:none'} - for obj in list .sitemap_link %span Path: #{obj.full_path} %a{:href => add_route_link + '/' + slug_me} Add another?
Version data entries
41 entries across 41 versions & 2 rubygems