Skip to content

Commit 1ece4bd

Browse files
committed
Merged in [9849] from lars@netapp.com:
Make nav title capitalization consistent with other text. Consistently add arrows for tabs that navigate away from the site. Shorten some text. - Legacy-Id: 9870 Note: SVN reference [9849] has been migrated to Git commit b367007
2 parents 70b8fc6 + 573496d commit 1ece4bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/group/info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,12 +298,12 @@ def construct_group_menu_context(request, group, selected, group_type, others):
298298
entries.append(("Materials", urlreverse("ietf.group.info.materials", kwargs=kwargs)))
299299
entries.append(("History", urlreverse("ietf.group.info.history", kwargs=kwargs)))
300300
if group.features.has_documents:
301-
entries.append(("Dependency Graph", urlreverse("ietf.group.info.dependencies_pdf", kwargs=kwargs)))
301+
entries.append((mark_safe("Dependency graph »"), urlreverse("ietf.group.info.dependencies_pdf", kwargs=kwargs)))
302302

303303
if group.list_archive.startswith("http:") or group.list_archive.startswith("https:") or group.list_archive.startswith("ftp:"):
304-
entries.append((mark_safe("List Archive »"), group.list_archive))
304+
entries.append((mark_safe("List archive »"), group.list_archive))
305305
if group.has_tools_page():
306-
entries.append((mark_safe("Tools %s Page »" % group.type.name), "https://tools.ietf.org/%s/%s/" % (group.type_id, group.acronym)))
306+
entries.append((mark_safe("Tools page »"), "https://tools.ietf.org/%s/%s/" % (group.type_id, group.acronym)))
307307

308308

309309
# actions

0 commit comments

Comments
 (0)