Skip to content

Commit

Permalink
Include 'project' parameter in the monitor path
Browse files Browse the repository at this point in the history
After requiring always the 'project' parameter in the path,
introduced in f795712, there is no need
to pass the project as a hidden field.
  • Loading branch information
eduardoj committed Feb 15, 2019
1 parent a171132 commit 1ace062
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,7 +1,6 @@
.row
.col-md-12
= form_tag(project_monitor_path, method: :get) do
= hidden_field_tag :project, project
= form_tag(project_monitor_path, project: project, method: :get) do
= hidden_field_tag :defaults, 0
%span.dropdown#project-monitor-status-dropdown
%button.btn.btn-outline-secondary.dropdown-toggle{ data: { toggle: :dropdown }, type: :button }
Expand Down

0 comments on commit 1ace062

Please sign in to comment.