课程--问卷调查:建议修复“加入当前分别”、“推出当前分班”按钮样式
This commit is contained in:
parent
bf9e905b57
commit
a52b2b37e5
|
@ -169,14 +169,14 @@ module WatchersHelper
|
||||||
if joined
|
if joined
|
||||||
link_to text, {:controller => "courses", :action => "join_group", :object_id => "#{group.id}"},
|
link_to text, {:controller => "courses", :action => "join_group", :object_id => "#{group.id}"},
|
||||||
:remote => true, :method => 'delete',
|
:remote => true, :method => 'delete',
|
||||||
:id => "#{group.id}", :style => "padding: 8px 8px 4px; ",
|
:id => "#{group.id}", :style => "padding: 2px 8px 2px; background-color:#15bccf; color:#fff; ",
|
||||||
:confirm => l(:text_are_you_sure_out_group), :class => 'group_in'
|
:confirm => l(:text_are_you_sure_out_group), :class => 'group_in'
|
||||||
|
|
||||||
end
|
end
|
||||||
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: 90px;height: 21px;"
|
submit_tag text, class: "group_in", style: "width: 90px;height: 21px; background-color:#15bccf; color:#fff;"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue