Updated banner.

This commit is contained in:
Martin Edenhofer 2015-05-17 23:11:08 +02:00
parent c5ae5e767c
commit 13da832a64

View file

@ -2,12 +2,11 @@ class Widget
constructor: -> constructor: ->
return if App.Config.get('developer_mode') return if App.Config.get('developer_mode')
banner = """ banner = """
| _ | _____ _
| _____ __(_) | / _ / __ _ _ __ ___ _ __ ___ __ _ __| |
| /__ / ____ _____ ___ ____ ___ ____ _____/ / | \\// / / _` | '_ ` _ \\| '_ ` _ \\ / _` |/ _` |
| / / / __ `/ __ `__ \\/ __ `__ \\/ __ `/ __ / | / //\\ (_| | | | | | | | | | | | (_| | (_| |
| / /__/ /_/ / / / / / / / / / / / /_/ / /_/ / | /____/\\__,_|_| |_| |_|_| |_| |_|\\__,_|\\__,_|
| /____/\\__,_/_/ /_/ /_/_/ /_/ /_/\\__,_/\\__,_/
| |
| Hi there, nice to meet you! | Hi there, nice to meet you!
| |