Skip to content

Commit

Permalink
More wide pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Jan 14, 2025
1 parent 61989bd commit 3be9bb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/brands/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- content_for :container, "container-fluid"
- content_for :title, @brand.name
- content_for :head
meta property="og:title" content[email protected]
Expand Down
1 change: 1 addition & 0 deletions app/views/pen_brands/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- content_for :container, "container-fluid"
- content_for :title, @brand.name
- content_for :head
meta property="og:title" content[email protected]
Expand Down
1 change: 1 addition & 0 deletions app/views/pen_models/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- content_for :container, "container-fluid"
- content_for :title, @model.name

div class="row fpc-ink-details"
Expand Down
1 change: 1 addition & 0 deletions app/views/pen_variants/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- content_for :container, "container-fluid"
- content_for :title, @variant.name

div class="row fpc-ink-details"
Expand Down

0 comments on commit 3be9bb0

Please sign in to comment.