Skip to content

Commit

Permalink
Additinal info in publisher admin page titles. (dart-lang#7410)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jan 18, 2024
1 parent 91282f6 commit bef2edd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/lib/frontend/templates/publisher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ String renderPublisherAdminPage({
return renderLayoutPage(
PageType.publisher,
content,
title: 'Publisher: ${publisher.publisherId}',
title: 'Publisher administration: ${publisher.publisherId}',
pageData: PageData(
publisher: PublisherData(
publisherId: publisher.publisherId,
Expand Down Expand Up @@ -203,7 +203,7 @@ String renderPublisherActivityLogPage({
return renderLayoutPage(
PageType.publisher,
content,
title: 'Publisher: ${publisher.publisherId}',
title: 'Publisher activity log: ${publisher.publisherId}',
pageData: PageData(
publisher: PublisherData(
publisherId: publisher.publisherId,
Expand Down
4 changes: 2 additions & 2 deletions app/test/frontend/golden/publisher_activity_log_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<meta name="twitter:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Dart packages"/>
<meta property="og:title" content="Publisher: example.com"/>
<meta property="og:title" content="Publisher activity log: example.com"/>
<meta property="og:description" content="Pub is the package manager for the Dart programming language, containing reusable libraries &amp; packages for Flutter and general Dart programs."/>
<meta property="og:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<title>Publisher: example.com</title>
<title>Publisher activity log: example.com</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&amp;family=Google+Sans+Display:wght@400&amp;family=Google+Sans+Text:wght@400;500;700&amp;family=Google+Sans+Mono:wght@400;700&amp;display=swap"/>
<link rel="shortcut icon" href="/favicon.ico?hash=mocked_hash_985685822"/>
<link rel="stylesheet" href="https://www.gstatic.com/glue/v25_0/ccb.min.css"/>
Expand Down
4 changes: 2 additions & 2 deletions app/test/frontend/golden/publisher_admin_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<meta name="twitter:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Dart packages"/>
<meta property="og:title" content="Publisher: example.com"/>
<meta property="og:title" content="Publisher administration: example.com"/>
<meta property="og:description" content="Pub is the package manager for the Dart programming language, containing reusable libraries &amp; packages for Flutter and general Dart programs."/>
<meta property="og:image" content="https://pub.dev/static/hash-%%etag%%/img/pub-dev-icon-cover-image.png"/>
<title>Publisher: example.com</title>
<title>Publisher administration: example.com</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&amp;family=Google+Sans+Display:wght@400&amp;family=Google+Sans+Text:wght@400;500;700&amp;family=Google+Sans+Mono:wght@400;700&amp;display=swap"/>
<link rel="shortcut icon" href="/favicon.ico?hash=mocked_hash_985685822"/>
<link rel="stylesheet" href="https://www.gstatic.com/glue/v25_0/ccb.min.css"/>
Expand Down

0 comments on commit bef2edd

Please sign in to comment.