This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Tweak date format
tags/last-sinatra-version
Adrian Short
8 years ago
parent
ae9f8c28da
commit
d6a998a2c1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
views/body.haml
+ 2
- 2
views/body.haml
View File
@@ -11,7 +11,7 @@
%tr
%td
%a{ :href => "/bodies/#{@body.slug}/elections/#{election.d}" }<
=
long
_date(election.d)
=
short
_date(election.d)
%td
= election.kind
@@ -21,4 +21,4 @@
- @districts.each do |district|
%p
%a{ :href => "/bodies/#{@body.slug}/#{@body.districts_name}/#{district.slug}" }
= district.name
= district.name
Write
Preview
Loading…
Cancel
Save