加入当前分班按钮样式
This commit is contained in:
parent
1315740e7b
commit
cc27fca8aa
|
@ -155,7 +155,7 @@ module WatchersHelper
|
||||||
else
|
else
|
||||||
text = l(:label_new_join_group)
|
text = l(:label_new_join_group)
|
||||||
form_tag({:controller => "courses", :action => "join_group", :object_id => "#{group.id}"}, :remote => true, :method => 'post') do
|
form_tag({:controller => "courses", :action => "join_group", :object_id => "#{group.id}"}, :remote => true, :method => 'post') do
|
||||||
submit_tag text, class: "group_in", style: "width: 43px;height: 21px;"
|
submit_tag text, class: "group_in", style: "width: 90px;height: 21px;"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue