Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/controllers/skins_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def index
@title = ts('Public Site Skins')
end
end
@page_subtitle = @title.html_safe
end

# GET /skins/1
Expand Down
10 changes: 10 additions & 0 deletions features/other_a/page_title.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ Scenario: New tag set page has the expected browser page title
When I am logged in as "user"
When I go to the new tag set page
Then I should see the page title "New Owned Tag Set | Example Archive"

Scenario: Public site skins page has the expected browser page title

When I go to the public skins page
Then I should see the page title "Public Site Skins | Example Archive"

Scenario: Public work skins page has the expected browser page title

When I go to the work-skins page
Then I should see the page title "Public Work Skins | Example Archive"
Loading