Use <pre> tag for formatting

This commit is contained in:
2026-07-05 18:33:20 +02:00
parent 65e5643b13
commit d4be84875e
7 changed files with 13 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
class ApplicationRecord < ActiveRecord::Base
include ActionView::Helpers::TagHelper
class << self
# Cached attribute has non-user assignable value calculated from other
# attributes' values on create/update. This simplifies and speeds up

View File

@@ -98,7 +98,7 @@ class Quantity < ApplicationRecord
}
def to_s
name
tag.pre name
end
def to_s_with_depth

View File

@@ -91,7 +91,7 @@ class Unit < ApplicationRecord
end
def to_s
symbol
tag.pre symbol
end
def movable?