Hide ignored articles in order result.
* also added js-link to show them if wanted
This commit is contained in:
parent
20c7c0ef02
commit
1f629ff861
5 changed files with 36 additions and 5 deletions
|
|
@ -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});")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue