浏览代码

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}"



正在加载...
取消
保存