GeoRSS aggregator and Layar augmented reality server
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.html.haml 338 B

há 11 anos
há 11 anos
há 11 anos
há 11 anos
12345678910
  1. %h1 Layers
  2. = link_to 'New Layer', new_layer_path, :class => 'button'
  3. %table
  4. - @layers.each do |layer|
  5. %tr
  6. %td= link_to layer.name, layer
  7. %td= link_to 'Edit', edit_layer_path(layer), :class => 'button'
  8. %td= link_to 'Delete', layer, :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'button'