app/views/root/about.slim in stones-1.1.1 vs app/views/root/about.slim in stones-1.1.3
- old
+ new
@@ -8,11 +8,10 @@
/
/ def about
/ render 'about', locals: { title: 'An Application' }
/ end
-
ruby:
app = "#{APP.capitalize} #{APP_VERSION || VERSION}"
if Rails.env.production?
ruby = "Ruby #{RUBY_VERSION}"
rails = "Rails #{Rails.version}"
@@ -35,11 +34,11 @@
border: 1px solid grey;
border-radius: 0.3em;
padding: 5px 8px;
}
-div#about
- div#rounded-box
+#about
+ #rounded-box
- if title
h1 = title
hr
div #{app}
div #{rails}