1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-21 12:29:03 +01:00

fix schedulable plans border color, in casemate theme + typo

This commit is contained in:
Sylvain 2021-02-10 11:50:12 +01:00
parent 8468a3c6de
commit 1cc727de6b
2 changed files with 3 additions and 2 deletions

View File

@ -254,7 +254,8 @@ h5:after {
color: $secondary-text-color;
}
.pricing-panel .content .wrap {
.pricing-panel .content .wrap,
.pricing-panel .content .wrap-monthly {
border-color: $secondary;
}

View File

@ -17,7 +17,7 @@ namespace :fablab do
puts '-> Done'
end
task :regenerate_schedules, %i[year, month] => :environment do |_task, args|
task :regenerate_schedules, %i[year month] => :environment do |_task, args|
year = args.year || Time.current.year
month = args.month || Time.current.month
start_date = Time.zone.local(year.to_i, month.to_i, 1)