mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-13 18:55:45 -04:00
Lower case in form title
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
.modal-dialog{role: "document"}
|
||||
.modal-content
|
||||
.modal-header.text-center
|
||||
%h4.modal-title.w-100.font-weight-bold Record #{harvest.crop.name} Harvest
|
||||
%h4.modal-title.w-100.font-weight-bold Record #{harvest.crop.name} harvest
|
||||
%button.close{"aria-label" => "Close", "data-dismiss" => "modal", type: "button"}
|
||||
%span{"aria-hidden" => "true"} ×
|
||||
.modal-body
|
||||
|
||||
Reference in New Issue
Block a user