소스 검색

Improve layout

master
Adrian Short 11 년 전
부모
커밋
2e42b6b076
1개의 변경된 파일5개의 추가작업 그리고 14개의 파일을 삭제
  1. +5
    -14
      app/views/layers/index.html.haml

+ 5
- 14
app/views/layers/index.html.haml 파일 보기

@@ -1,19 +1,10 @@
%h1 Listing layers
%h1 Layers

%table
%tr
%th Name
%th
%th
%th
= link_to 'New Layer', new_layer_path, :class => 'button'

%table
- @layers.each do |layer|
%tr
%td= layer.name
%td= link_to 'Show', layer
%td= link_to layer.name, layer
%td= link_to 'Edit', edit_layer_path(layer)
%td= link_to 'Destroy', layer, :method => :delete, :data => { :confirm => 'Are you sure?' }

%br

= link_to 'New Layer', new_layer_path
%td= link_to 'Delete', layer, :method => :delete, :data => { :confirm => 'Are you sure?' }

불러오는 중...
취소
저장