-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sticky): move around html to support modals
- Loading branch information
1 parent
b7b0a8c
commit b26a012
Showing
8 changed files
with
149 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
<div class="card shadow border-0"> | ||
<div class="card-header-primary"> | ||
<h5 class="card-title"><%= t(".title") %></h5> | ||
</div> | ||
<div class="card-footer d-flex align-items-center"> | ||
<div class="row sticky-lg-top"> | ||
<div class="col-12"> | ||
<div class="card shadow border-0"> | ||
<div class="card-header-primary"> | ||
<h5 class="card-title"><%= t(".title") %></h5> | ||
</div> | ||
<div class="card-footer d-flex align-items-center"> | ||
|
||
<p class="status-text flex-grow-1"><strong><%= t(".updated_at_hint") %></strong> <br><%= l(podcast.updated_at) %></p> | ||
<p class="status-text flex-grow-1"><strong><%= t(".updated_at_hint") %></strong> <br><%= l(podcast.updated_at) %></p> | ||
|
||
<%= link_to t(".discard"), podcast_engagement_path(podcast), class: "btn btn-discard-changed invisible me-2", data: {action: "unsaved#discard", unsaved_target: "discard"} %> | ||
<%= link_to t(".discard"), podcast_engagement_path(podcast), class: "btn btn-discard-changed invisible me-2", data: {action: "unsaved#discard", unsaved_target: "discard"} %> | ||
<% data = {disable_with: t(".updating"), upload_with: t(".uploading")} %> | ||
<%= form.submit t(".update"), class: "btn btn-primary", data: data %> | ||
<% data = {disable_with: t(".updating"), upload_with: t(".uploading")} %> | ||
<%= form.submit t(".update"), class: "btn btn-primary", data: data %> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters