-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BYO Domains: (WIP) Identify a few places where things are shady
We probably want to figure out a better strategy for how we test the BYO domains feature; perhaps there's a way to do it with the end-to-end tests so that they run against a BYO-domained Space and a non-BYO domained space in different github actions? I don't know 🤷 #74
- Loading branch information
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<fieldset id="new_furniture_placement"> | ||
<h3><%= t('rooms.place_furniture_heading') %></h3> | ||
<%= form_with model: [furniture_placement.room.space, furniture_placement.room, furniture_placement] do | placement_form | %> | ||
<%= form_with model: furniture_placement.location do | placement_form | %> | ||
<%= placement_form.hidden_field :slot, value: furniture_placement.room.furniture_placements.count %> | ||
<%= placement_form.select :furniture_kind, Furniture::REGISTRY.keys.map { |k| [k.to_s.titleize, k] } %> | ||
<footer> | ||
<%= placement_form.submit %> | ||
</footer> | ||
<%- end %> | ||
</fieldset> | ||
</fieldset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters