Merge branch 'develop' into szzh
This commit is contained in:
commit
6cd56c339a
|
@ -155,7 +155,7 @@ module WatchersHelper
|
|||
else
|
||||
text = l(:label_new_join_group)
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue