Merge lp:~cjohnston/loco-team-portal/meetings into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 351
Proposed branch: lp:~cjohnston/loco-team-portal/meetings
Merge into: lp:loco-team-portal
Diff against target: 12 lines (+1/-1)
1 file modified
loco_directory/templates/meetings/team_meeting_detail.html (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/meetings
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+44664@code.launchpad.net

Description of the change

Changes "Meeting Details" to "Edit Details" to match Events page and more accurately describe what the link is for.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/meetings/team_meeting_detail.html'
2--- loco_directory/templates/meetings/team_meeting_detail.html 2010-12-02 07:56:46 +0000
3+++ loco_directory/templates/meetings/team_meeting_detail.html 2010-12-24 14:21:47 +0000
4@@ -7,7 +7,7 @@
5 <a class="sub-nav-item" href="{% url meeting-list %}">{% trans "Back to Meetings List" %}</a>
6 {% if user.is_authenticated %}
7 {% if user_is_team_member %}
8- <a class="sub-nav-item" href="{% url team-meeting-update team_meeting_object.id %}">{% trans "Meeting Details" %}</a>
9+ <a class="sub-nav-item" href="{% url team-meeting-update team_meeting_object.id %}">{% trans "Edit Details" %}</a>
10 <a class="sub-nav-item" href="{% url team-meeting-delete team_meeting_object.id %}">{% trans "Delete Meeting" %}</a>
11 <a class="sub-nav-item" href="{% url team-meeting-copy team_meeting_object.id %}">{% trans "Copy Meeting" %}</a>
12 {% endif %}

Subscribers

People subscribed via source and target branches