An open source, stand-alone, customisable public spending data web app.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
235 B

  1. .grid_12
  2. %ul#breadcrumb
  3. %li.home
  4. %a{ :href => '/'} Home
  5. %li
  6. Services
  7. %h2= @page_title = "Services"
  8. - for service in @services
  9. %p
  10. %a{ :href=> "/services/#{service.slug}" }
  11. = service.name