Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- !!!5
- %html
- %head
- %title
- - subtitle = "InLink kiosks planning applications"
- - if defined? title
- = "#{title} · #{subtitle}"
- - else
- = subtitle
- %link{ :href => '/style.css', :rel => 'stylesheet'}
- %body
- #main
- %header
- %h1 InLink kiosks planning applications
- %nav
- %ul.menu
- %li
- %a{ :href => '/' }<
- Home
- %li
- %a{ :href => '/new-applications/' }<
- New applications
- %li
- %a{ :href => '/decisions/' }<
- Latest decisions
- %li
- %a{ :href => '/appeals/' }<
- Appeals
- %li
- %a{ :href => '/media/' }<
- Media
- %li
- %a{ :href => 'https://github.com/adrianshort/kiosks-campaign/issues' }<
- Get involved
-
- = yield
-
- %footer
- %a{ :href => 'https://www.adrianshort.org/'}<
- Adrian Short made this
- %a{ :href => 'https://github.com/adrianshort/kiosks'}<
- Source code
- %a{ :href => 'https://www.adrianshort.org/tags/inlinkuk/'}<
- InLink blog posts
- %a{ :href => '/data.json'}<
- JSON bulk download
- %a{ :href => 'https://twitter.com/search?f=tweets&vertical=default&q=%23inlink'}<
- \#InLink on Twitter
|