Merge lp:~vatsala-swaroop/inkscape-web/vatsala-inkscape into lp:inkscape-web

Proposed by Vatsala
Status: Needs review
Proposed branch: lp:~vatsala-swaroop/inkscape-web/vatsala-inkscape
Merge into: lp:inkscape-web
Diff against target: 37 lines (+4/-4)
3 files modified
releases/templates/releases/platform_list.html (+1/-1)
releases/templates/releases/release_detail.html (+1/-1)
releases/views.py (+2/-2)
To merge this branch: bzr merge lp:~vatsala-swaroop/inkscape-web/vatsala-inkscape
Reviewer Review Type Date Requested Status
Hachmann (community) Abstain
Review via email: mp+288943@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Hachmann (marenhachmann) :
review: Abstain

Unmerged revisions

1146. By Vatsala

Release platform updated

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'releases/templates/releases/platform_list.html'
2--- releases/templates/releases/platform_list.html 2016-01-28 03:52:20 +0000
3+++ releases/templates/releases/platform_list.html 2016-03-14 15:32:57 +0000
4@@ -5,7 +5,7 @@
5
6 {% block content %}
7
8- <h1>Platform Managers</h1>
9+ <h1>Release Platforms</h1>
10 <p>{% trans "Platforms can be managed by certain people who take responsibility for that platform. They act as the contact and mediator between the distribution repository or the compiler of the binary downloads. This does not mean they guarentee the packages will work, but they may be able to help if a package is broken." %}</p>
11 {% with object_list as platforms %}
12 {% include "releases/platform_sublist.html" %}
13
14=== modified file 'releases/templates/releases/release_detail.html'
15--- releases/templates/releases/release_detail.html 2016-03-03 21:28:51 +0000
16+++ releases/templates/releases/release_detail.html 2016-03-14 15:32:57 +0000
17@@ -107,7 +107,7 @@
18 </li>
19 <li>
20 <a href="{% url "platforms" %}">
21- <label>Platform Managers...</label>
22+ <label>Release Platforms...</label>
23 </a>
24 </li>
25 </ul>
26
27=== modified file 'releases/views.py'
28--- releases/views.py 2016-02-12 14:55:46 +0000
29+++ releases/views.py 2016-03-14 15:32:57 +0000
30@@ -51,6 +51,6 @@
31
32 class PlatformList(ListView):
33 queryset = Platform.objects.filter(parent__isnull=True)
34- action = "Platform Managers"
35- breadcrumbs = (_('Platform Managers'),)
36+ action = "Release Platforms"
37+ breadcrumbs = (_('Release Platforms'),)
38

Subscribers

People subscribed via source and target branches

to status/vote changes: