%h1 Layer: = @layer.name %p API URL: = "#{request.protocol}#{request.host_with_port}/posts/near.layar?layer_id=#{@layer.id}" %br Layar layer name: = @layer.layar_name %h2 Feeds #new_feed = render 'feeds/form' %p= link_to "Fetch all", :fetch_all, :class => "button" %table %tr %th %th Posts %th Fetched %th %th %th - @layer_posts = 0 - @layer.feeds.each do |f| - @layer_posts += f.posts.count %tr %td .feed_title = link_to f.title, f %td.right= f.posts.count %td - if f.last_fetched.nil? never - else = (time_ago_in_words(f.last_fetched) + " ago").gsub(/ +/, " ").html_safe %td= link_to "Fetch", fetch_feed_url(f), :class => "button" %td= link_to 'Edit', edit_feed_path(f), :class => "button" %td= link_to 'Delete', delete_feed_layer_path(:feed_id => f.id), :confirm => "Delete #{f.title} from this layer?", :method => :delete, :class => "button" %tr %td %td.right= @layer_posts %td %td %td %td = link_to 'Edit', edit_layer_path(@layer) \| = link_to 'Back', layers_path