mod/06_bootstrap/set/self/bootstrap_cards.rb in card-1.17.4 vs mod/06_bootstrap/set/self/bootstrap_cards.rb in card-1.18.0
- old
+ new
@@ -1,9 +1,9 @@
-view :raw do |args|
+view :raw do |_args|
File.read "#{Cardio.gem_root}/mod/06_bootstrap/lib/stylesheets/#{card.codename}.scss"
end
format :html do
- view :editor do |args|
+ view :editor do |_args|
"Content is stored in file and can't be edited."
end
end