mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Remove the navigation_link helper
This commit is contained in:
parent
836d790f9f
commit
73a6925054
2 changed files with 16 additions and 20 deletions
|
|
@ -22,10 +22,6 @@ module ApplicationHelper
|
|||
{:class => "container_toggle", :id => id} )
|
||||
end
|
||||
|
||||
def navigation_link(name, options = {}, html_options = nil, *parameters_for_method_reference)
|
||||
link_to name, options, html_options
|
||||
end
|
||||
|
||||
# Check due date in comparison to today's date Flag up date appropriately with
|
||||
# a 'traffic light' colour code
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue