Skip to content

Commit

Permalink
Remove publisher type from dataset overview pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeandandrews committed Mar 4, 2025
1 parent 64298b4 commit bfb4921
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions assets/locales/service.cy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ one = "See version history"
description = "Publisher name:"
one = "Publisher name:"

[PublisherType]
description = "Publisher type:"
one = "Publisher type:"

[PublisherURL]
description = "Publisher URL:"
one = "Publisher URL:"
Expand Down
4 changes: 0 additions & 4 deletions assets/locales/service.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ one = "See version history"
description = "Publisher name:"
one = "Publisher name:"

[PublisherType]
description = "Publisher type:"
one = "Publisher type:"

[PublisherURL]
description = "Publisher URL:"
one = "Publisher URL:"
Expand Down
6 changes: 0 additions & 6 deletions assets/templates/partials/static/id-datestamp.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,5 @@
<dd class="ons-metadata__value ons-u-f-no"><a href={{ .Publisher.URL }}>{{ .Publisher.Name }}</a></dd>
</div>
{{ end }}
{{ if .Publisher.Type}}
<div class="ons-metadata__item">
<dt class="ons-metadata__term ons-u-mr-xs">{{ localise "PublisherType" .Language 1 }}</dt>
<dd class="ons-metadata__value ons-u-f-no">{{ .Publisher.Type}}</dd>
</div>
{{ end }}
</div>
</dl>

0 comments on commit bfb4921

Please sign in to comment.