[close #27] Fixed error in template.
This commit is contained in:
parent
ce008fdeb1
commit
61cd0a7532
|
@ -37,8 +37,8 @@
|
||||||
.columns.wat-cf
|
.columns.wat-cf
|
||||||
.column.left
|
.column.left
|
||||||
.group
|
.group
|
||||||
= f.label :project_name, t("layout.build_lists.project_name_search"), :class => :label
|
= f.label :project_name, t("layout.build_lists.project_name_search"), :class => :label
|
||||||
= f.text_field :project_name, :class => :text_field
|
= f.text_field :project_name, :class => :text_field
|
||||||
.column.right
|
.column.right
|
||||||
.group
|
.group
|
||||||
= f.label :bs_id, t("layout.build_lists.bs_id_search"), :class => :label
|
= f.label :bs_id, t("layout.build_lists.bs_id_search"), :class => :label
|
||||||
|
@ -47,4 +47,4 @@
|
||||||
.group.navform.wat-cf
|
.group.navform.wat-cf
|
||||||
%button.button{ :type => "submit" }
|
%button.button{ :type => "submit" }
|
||||||
= image_tag("web-app-theme/icons/tick.png", :alt => "Save")
|
= image_tag("web-app-theme/icons/tick.png", :alt => "Save")
|
||||||
= t("layout.search")
|
= t("layout.search")
|
||||||
|
|
Loading…
Reference in New Issue