Merge lp:~cjohnston/summit/1152607-uds-help into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 506
Merged at revision: 506
Proposed branch: lp:~cjohnston/summit/1152607-uds-help
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/common/templates/base.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/1152607-uds-help
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+152603@code.launchpad.net

Commit message

removes help message from templates if state is public

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

No tests? Looks fine

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/common/templates/base.html'
2--- summit/common/templates/base.html 2012-12-15 02:06:56 +0000
3+++ summit/common/templates/base.html 2013-03-10 23:54:21 +0000
4@@ -80,7 +80,7 @@
5 {% endblock %}
6
7 {% block general %}
8-{% if summit.help_text %}
9+{% if summit.help_text and summit.state != "public" %}
10 <style>
11 .box {
12 padding: 20px;

Subscribers

People subscribed via source and target branches