Merge lp:~cjohnston/summit/1002220 into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 407
Merged at revision: 409
Proposed branch: lp:~cjohnston/summit/1002220
Merge into: lp:summit
Diff against target: 13 lines (+3/-0)
1 file modified
summit/schedule/templates/schedule/daily.html (+3/-0)
To merge this branch: bzr merge lp:~cjohnston/summit/1002220
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+106658@code.launchpad.net

Commit message

Adds the ability to switch days at the bottom of the daily schedule.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/daily.html'
2--- summit/schedule/templates/schedule/daily.html 2012-05-02 18:02:26 +0000
3+++ summit/schedule/templates/schedule/daily.html 2012-05-21 16:29:34 +0000
4@@ -102,6 +102,9 @@
5 </tbody>
6 </table>
7 {% endfor %}
8+<div class="schedule-head">
9+<span class="schedule-date"><a href="{% url summit.schedule.views.daily_schedule summit.name previousday|date:"Y-m-d" %}{% if is_popup %}?_popup=1{% endif %}" target="_self">&lt;</a> {{ viewdate.date|strftime:"%A" }} <a href="{% url summit.schedule.views.daily_schedule summit.name nextday|date:"Y-m-d" %}{% if is_popup %}?_popup=1{% endif %}" target="_self">&gt;</a></span>
10+</div>
11
12 </article>
13 <article class="span-4 last">

Subscribers

People subscribed via source and target branches