Commit 0e977581 authored by Douwe Maan's avatar Douwe Maan

Rename tab from 'Todos' to 'To do'

parent f42b1fa6
......@@ -6,7 +6,7 @@
%li{class: ('active' if params[:state].blank? || params[:state] == 'pending')}
= link_to page_filter_path(state: 'pending') do
%span
Todos
To do
%span{class: 'badge'}
= todos_pending_count
%li{class: ('active' if params[:state] == 'done')}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment