improve events
This commit is contained in:
@ -7,6 +7,9 @@ module ApplicationHelper
|
||||
"#{text[0..to]} . . . ".html_safe
|
||||
end
|
||||
|
||||
def small_date(date)
|
||||
date.strftime("%-d.%-m")
|
||||
end
|
||||
|
||||
def main_app
|
||||
Rails.application.routes.url_helpers
|
||||
|
Reference in New Issue
Block a user