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:
parent
8468a3c6de
commit
1cc727de6b
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user