mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove whitespace, add alert box
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
- content_for :page_title do
|
||||
%h1
|
||||
= @enterprise.name
|
||||
%span.small
|
||||
(
|
||||
= enterprise_type_name(@enterprise)
|
||||
)
|
||||
%span.small<
|
||||
= "(#{enterprise_type_name(@enterprise)})"
|
||||
|
||||
- content_for :page_actions do
|
||||
:javascript
|
||||
@@ -18,8 +16,10 @@
|
||||
#type_selection{ hidden: true }
|
||||
= render partial: "change_type_form"
|
||||
|
||||
#message
|
||||
Message bar
|
||||
.alert-box{"data-alert" => ""}
|
||||
Alert box. Timely and contextual messages go here. Should animate in and be closeable.
|
||||
%a.close{:href => "#"} ×
|
||||
|
||||
|
||||
.row
|
||||
.alpha.seven.columns
|
||||
|
||||
Reference in New Issue
Block a user