Fixed coffelint check.

This commit is contained in:
Martin Edenhofer 2016-02-11 01:36:23 +01:00
parent 7d039ae1c5
commit f1d78ade51

View file

@ -16,6 +16,7 @@ class App.TextModule extends App.Model
'content',
]
# coffeelint: disable=no_interpolation_in_single_quotes
@description = '''
Create Text Modules to **spend less time writing responses**. TextModules can include smart variables like the users name or email address.
@ -33,4 +34,5 @@ Available objects are:
* @ticket.owner (e. g. @ticket.owner.firstname, @ticket.owner.lastname)
* @ticket.organization (e. g. @ticket.organization.name)
'''
'''
# coffeelint: enable=no_interpolation_in_single_quotes