浏览代码

Changed name of app

tags/last-sinatra-version
Adrian Short 14 年前
父节点
当前提交
81113de113
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      views/about.haml
  2. +2
    -2
      views/layout.haml

+ 1
- 1
views/about.haml 查看文件

@@ -44,7 +44,7 @@
You can vote at your polling station
%strong between 7am and 10pm on 6 May.

%p If you don't want to vote at a polling station or are unable to get there you can also:
%p If you don't want to vote at a polling station or are unable to get there you can:

%ul
%li vote by post


+ 2
- 2
views/layout.haml 查看文件

@@ -1,12 +1,12 @@
!!! Strict
%html
%head
%title Find My Candidates
%title Sutton Council Elections
%link{ :rel => 'stylesheet', :type => 'text/css', :href => 'style.css' }
%body
#header
%h1
%a{ :href => '/' } Find My Candidates
%a{ :href => '/' } Sutton Council Elections
#main
= yield
#footer


正在加载...
取消
保存