mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #22532 from opf/bug/73415-inbox-and-sprints-alignment
[#73415] Align Backlog Inbox and Sprint headers
This commit is contained in:
@@ -26,9 +26,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
See COPYRIGHT and LICENSE files for more details.
|
||||
|
||||
++# %>
|
||||
<%= component_wrapper(tag: "turbo-frame", refresh: :morph) do %>
|
||||
<%= component_wrapper(tag: "turbo-frame", refresh: :morph, style: "display:contents") do %>
|
||||
<%=
|
||||
render(Primer::Beta::Subhead.new(hide_border: true)) do |head|
|
||||
render(Primer::Beta::Subhead.new(hide_border: true, pb: 0)) do |head|
|
||||
head.with_heading(
|
||||
tag: :h3,
|
||||
size: :medium,
|
||||
|
||||
@@ -38,7 +38,7 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
</div>
|
||||
<div id="sprint_backlogs_container" class="op-sprint-planning-lists">
|
||||
<%=
|
||||
render(Primer::Beta::Subhead.new(hide_border: true)) do |head|
|
||||
render(Primer::Beta::Subhead.new(hide_border: true, pb: 0)) do |head|
|
||||
head.with_heading(tag: :h3, size: :medium, font_weight: :bold) { Agile::Sprint.human_model_name.pluralize }
|
||||
|
||||
if allow_sprint_creation?(@project)
|
||||
|
||||
Reference in New Issue
Block a user