[#369] build list index page: fix a button message
This commit is contained in:
parent
5765279ec9
commit
9fadb6a5ae
|
@ -80,6 +80,6 @@
|
|||
-if @project and can?(:create, @project.build_lists.build)
|
||||
.btn-group
|
||||
%button.btn.btn-default{ id: 'filter_new_build', type: 'button',
|
||||
onclick: "location.href='#{new_project_build_list_path(@project)}'",
|
||||
value: t('layout.build_lists.new_header') }
|
||||
onclick: "location.href='#{new_project_build_list_path(@project)}'" }
|
||||
= t('layout.build_lists.new_header')
|
||||
= hidden_field_tag :name_with_owner, @project.try(:name_with_owner)
|
||||
|
|
Loading…
Reference in New Issue