Merge pull request #180 from abf/rosa-build:135-reject_build_lists
[refs #135] Change url to publish build list
This commit is contained in:
commit
b4ffae9a9c
|
@ -2037,5 +2037,6 @@ article .activity .top {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button.reject_publish, a.button.create_container {
|
a.button.reject_publish, a.button.create_container {
|
||||||
height: 15px;
|
height: 16px;
|
||||||
|
padding: 3px 20px 5px 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%p= @build_list.human_status
|
%p= @build_list.human_status
|
||||||
%p= @build_list.updated_at
|
%p= @build_list.updated_at
|
||||||
.both
|
.both
|
||||||
= form_for @build_list do |f|
|
=form_for @build_list, :url => publish_build_list_path(@build_list), :html => { :class => :form } do |f|
|
||||||
%h3= t("layout.build_lists.main_data")
|
%h3= t("layout.build_lists.main_data")
|
||||||
.leftlist= t("activerecord.attributes.build_list.container_path")
|
.leftlist= t("activerecord.attributes.build_list.container_path")
|
||||||
.rightlist
|
.rightlist
|
||||||
|
|
Loading…
Reference in New Issue