diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-11 16:52:52 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-11 16:52:52 +0100 |
commit | ee80c0eb8b5e10fab0a41ee123b4f6f0ed689c4c (patch) | |
tree | be39a26515c5219ee038c1f21e22f88bc005e054 /app/views/layouts/_footer.html.haml | |
parent | c5b10519dd1ade04a25c43b100c15deb7e39b6d0 (diff) | |
parent | da362f73cf417aa2eda9124d17c66850087ea0f6 (diff) |
Merge branch 'backup' into develop
Diffstat (limited to 'app/views/layouts/_footer.html.haml')
-rw-r--r-- | app/views/layouts/_footer.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 3d4658b..2703844 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -16,4 +16,4 @@ %li =link_to t('misc.send_a_bugreport'), URI::escape("https://github.com/amooma/GS5/issues/new?title=Bugreport&body=URL which triggered the bugreport is: #{request.fullpath}\nGS5 buildname: #{(GsParameter.get('GEMEINSCHAFT_BUILDNAME').blank? ? 'unknown' : GsParameter.get('GEMEINSCHAFT_BUILDNAME'))} (#{GsParameter.get('GEMEINSCHAFT_VERSION')})\n\nPlease provide your bugreport below this line and update the title of this issue to a more specific one.") %li{:class => 'pull-right'} - = link_to 'brought to you by AMOOMA GmbH', 'http://amooma.de'
\ No newline at end of file + = link_to '© AMOOMA GmbH', 'http://amooma.de'
\ No newline at end of file |