Hide ignored articles in order result.

* also added js-link to show them if wanted
This commit is contained in:
Benjamin Meichsner 2009-10-17 12:22:13 +02:00
parent 20c7c0ef02
commit 1f629ff861
5 changed files with 36 additions and 5 deletions

View file

@ -13,6 +13,7 @@
= javascript_include_tag 'controls'
= javascript_include_tag 'application'
= javascript_include_tag('ordering') if (controller.controller_name == "ordering")
= yield(:head)
%body
#logininfo= render :partial => 'shared/loginInfo'
@ -38,4 +39,4 @@
- if flash[:notice]
= javascript_tag("new Effect.Highlight('flashNotice', {delay:0.8, duration:1});")
- if flash[:error]
= javascript_tag("new Effect.Highlight('flashError', {delay:0.8, duration:1});")
= javascript_tag("new Effect.Highlight('flashError', {delay:0.8, duration:1});")