@import In Published View
In the Stylesheet Tweaks, the owner of a Web can specify an @import rule to pull in CSS styles form an external file. This worked in the "show" view, but was broken in the "published" view. Fixed. Also, update a functional test to match Revision 313.
This commit is contained in:
parent
0c681c7775
commit
1192f70f44
3 changed files with 4 additions and 6 deletions
|
@ -97,7 +97,7 @@ class AdminControllerTest < Test::Unit::TestCase
|
|||
|
||||
process 'create_web', 'system_password' => 'wrong', 'name' => 'Wiki Two', 'address' => 'wiki2'
|
||||
|
||||
assert_redirected_to :web => nil, :action => 'index'
|
||||
assert_redirected_to :web => nil, :action => 'create_web'
|
||||
assert_nil @wiki.webs['wiki2']
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue