Sha256: a7bd34b29e865ddbfd9b85b25413bacf2a8487fe73398e1eb0bef85bc7825e0d

Contents?: true

Size: 446 Bytes

Versions: 10

Compression:

Stored size: 446 Bytes

Contents

%li= link_to t("navigation.domains"), domains_path, :class => current_page?(domains_path) ? 'active' : ''
%li= link_to t("navigation.server_settings"), server_path, :class => current_page?(server_path) ? 'active' : ''
%li= link_to t("navigation.admins"), admin_users_path, :class => current_page?(admin_users_path) ? 'active' : ''
%li= link_to t("navigation.statistics"), statistics_path, :class => current_page?(statistics_path) ? 'active' : ''

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/layouts/_nav.html.haml
rmails-0.2.4 app/views/layouts/_nav.html.haml
rmails-0.2.3 app/views/layouts/_nav.html.haml
rmails-0.2.2 app/views/layouts/_nav.html.haml
rmails-0.2.1 app/views/layouts/_nav.html.haml
rmails-0.2.0 app/views/layouts/_nav.html.haml
rmails-0.1.6 app/views/layouts/_nav.html.haml
rmails-0.1.5 app/views/layouts/_nav.html.haml
rmails-0.1.4 app/views/layouts/_nav.html.haml
rmails-0.1.3 app/views/layouts/_nav.html.haml