]> source.dussan.org Git - redmine.git/commitdiff
fix source indent at ApplicationHelper#include_calendar_headers_tags
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 28 Jun 2020 16:36:33 +0000 (16:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 28 Jun 2020 16:36:33 +0000 (16:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19837 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index c314c9c7c424b1181e0afa71b9dad41ff1186411..b5e44b1e03e32f9b44c60702acae00faa66b464c 100644 (file)
@@ -1544,8 +1544,9 @@ module ApplicationHelper
         # Redmine uses 1..7 (monday..sunday) in settings and locales
         # JQuery uses 0..6 (sunday..saturday), 7 needs to be changed to 0
         start_of_week = start_of_week.to_i % 7
-        tags << javascript_tag(
-                   "var datepickerOptions={dateFormat: 'yy-mm-dd', firstDay: #{start_of_week}, " +
+        tags <<
+          javascript_tag(
+            "var datepickerOptions={dateFormat: 'yy-mm-dd', firstDay: #{start_of_week}, " +
                      "showOn: 'button', buttonImageOnly: true, buttonImage: '" +
                      path_to_image('/images/calendar.png') +
                      "', showButtonPanel: true, showWeek: true, showOtherMonths: true, " +