소스 검색

Make .nav a %nav

tags/last-sinatra-version
Adrian Short 8 년 전
부모
커밋
60f553c757
1개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. +4
    -5
      views/district.haml

+ 4
- 5
views/district.haml 파일 보기

@@ -1,10 +1,9 @@
- @page_title = "#{@district.name} #{@district.body.district_name}, #{@district.body.name}"

.nav
%p
%a{ :href => "/bodies/#{@district.body.slug}" }
« 
= @district.body.name
%nav
%a{ :href => "/bodies/#{@district.body.slug}" }
« 
= @district.body.name

%h1= "#{@district.name} #{@district.body.district_name}"



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