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
4 changes: 3 additions & 1 deletion app/views/workflows/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ See COPYRIGHT and LICENSE files for more details.
++#%>
<% html_title t(:label_administration), t(:label_workflow_plural) -%>

<%= render Workflows::EditPageHeaderComponent.new(tabs: workflow_tabs) %>
<% content_for :content_header do %>
<%= render Workflows::EditPageHeaderComponent.new(tabs: workflow_tabs) %>
<% end %>

<%= styled_form_tag({}, method: "get") do %>
<%= hidden_field_tag "tab", params[:tab] || "always" %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
.controller-workflows
#content-body
display: grid
grid-area: auto
padding-top: 0
overflow-x: scroll

.workflows-page-header
padding-top: 1rem

#workflow_form
.generic-table--results-container
position: relative
Expand Down
Loading