Layers

Sort By: <%= sort_header_tag('name', :title => "Name") %>  |  <%= sort_header_tag('created_at', :title => "Uploaded Date") %>  |  <%= sort_header_tag('updated_at', :title => "Last Updated") %>
<%= will_paginate @layers %>
<%= render :partial => "layer", :collection=>@layers unless @layers.nil? %>

<%= link_to "Create New Layer", new_layer_path %>