summaryrefslogtreecommitdiff
path: root/app/views/voicemail_messages/_navigation.html.haml
blob: 2277bf2d98445eaecf3783d29b469e521d13bac3 (plain)
1
2
3
4
5
6
7
8
9
%nav
  %ol.abc
    %li
      %a{ :href => "?type=" }= t('voicemail_messages.index.navigation.all', :count => @messages_count)
      %a{ :href => "?type=read" }= t('voicemail_messages.index.navigation.read', :count => @messages_read_count)
      %a{ :href => "?type=unread" }= t('voicemail_messages.index.navigation.unread', :count => @messages_unread_count)

.pagination
  = will_paginate @voicemail_messages