On Mon, 2010-05-24 at 17:28 +0200, [email protected] wrote:
> [PATCH aggregator 1/3] Highlight selected item in main navigation.
> [PATCH aggregator 2/3] Add tabbed navigation to the Dashboard.
> [PATCH aggregator 3/3] Add non-JS fallback to Dashboard navigation.
> 
> This patchset changes the Dashboard navigation to tabs and adds highlighting
> of the current area in the main navigation.
> 
> It uses jquery ui tabs for the javascript-enabled version, but degrades
> gracefully with JS turned off.
> 
> Note that this patchset doesn't style the page to look exactly like the
> mockups. That will be done later.
> _______________________________________________

ACK to entire series, with one caveat: Got this error in my server log,
please see if you can track this down before pushing:

Processing ApplicationController#index (for 127.0.0.1 at 2010-05-24
17:41:08) [GET]

ActionController::RoutingError (No route matches
"/stylesheets/jquery.ui-1.8.1/images/ui-bg_flat_75_ffffff_40x100.png"
with {:method=>:get}):
  

Rendering template within layouts/popup
Rendering layouts/popup-error


Processing ApplicationController#index (for 127.0.0.1 at 2010-05-24
17:41:08) [GET]

ActionController::RoutingError (No route matches
"/stylesheets/jquery.ui-1.8.1/images/ui-bg_highlight-soft_75_cccccc_1x100.png" 
with {:method=>:get}):
  

Rendering template within layouts/popup
Rendering layouts/popup-error


Processing ApplicationController#index (for 127.0.0.1 at 2010-05-24
17:41:08) [GET]

ActionController::RoutingError (No route matches
"/stylesheets/jquery.ui-1.8.1/images/ui-bg_glass_75_e6e6e6_1x400.png"
with {:method=>:get}):
  

Rendering template within layouts/popup
Rendering layouts/popup-error


Looks to me like it is using an absolute path somewhere rather than
relative, as it should.  This is the same whether with or w/o javascript
on.

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to