mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 09:18:50 +01:00
Remove trailing whitespace and tabs
This commit is contained in:
parent
863d780ad0
commit
aa41e20e46
84 changed files with 407 additions and 407 deletions
|
|
@ -51,7 +51,7 @@ module DateLabelHelper
|
|||
|
||||
def date_html_wrapper
|
||||
return "" if @date.nil?
|
||||
|
||||
|
||||
return content_tag(:a, {:title => @prefs.format_date(@date)}) {
|
||||
content_tag(:span, {:class => get_color}) {
|
||||
yield
|
||||
|
|
@ -99,7 +99,7 @@ module DateLabelHelper
|
|||
|
||||
def due_date_mobile_html
|
||||
date_mobile_html_wrapper { @prefs.format_date(@due) }
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
@ -130,4 +130,4 @@ module DateLabelHelper
|
|||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue