소스 검색

Add CSS button class to links

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

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

@@ -6,5 +6,5 @@
- @layers.each do |layer|
%tr
%td= link_to layer.name, layer
%td= link_to 'Edit', edit_layer_path(layer)
%td= link_to 'Delete', layer, :method => :delete, :data => { :confirm => 'Are you sure?' }
%td= link_to 'Edit', edit_layer_path(layer), :class => 'button'
%td= link_to 'Delete', layer, :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'button'

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