use generic CSS class for links in (div) container headers

Fixes #1851
This commit is contained in:
Carsten Otto 2015-05-24 14:57:48 +02:00
parent dffb156227
commit 2630f84bb1
9 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
<%
paginate_options = {
:class => :add_note_link,
:class => :link_in_container_header,
:previous_label => '&laquo; '+ t('common.previous'),
:next_label => t('common.next')+' &raquo;',
:inner_window => 2