mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
Merge pull request #125 from maddentim/fixes-recurring
Eliminating unneeded blank space character from show_date_tag
This commit is contained in:
commit
923cd70058
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ module TodosHelper
|
|||
|
||||
def show_date_tag(date, the_class, text)
|
||||
content_tag(:a, :title => format_date(date)) do
|
||||
content_tag(:span, :class => the_class) { text + " "}
|
||||
content_tag(:span, :class => the_class) { text }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue