We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e1aeb commit 48350d2Copy full SHA for 48350d2
lib/arrow_web/live/shuttle_live/shuttle_live.ex
@@ -151,7 +151,18 @@ defmodule ArrowWeb.ShuttleViewLive do
151
</div>
152
153
<:actions>
154
- <.button class="btn-primary">Save Shuttle</.button>
+ <div class="w-25 mr-2">
155
+ <.button class="btn-primary w-100">Save Shuttle</.button>
156
+ </div>
157
158
+ <.link_button
159
+ href={~p"/shuttles"}
160
+ class="btn-outline-primary w-100"
161
+ data-confirm="Are you sure you want to cancel? All changes will be lost!"
162
+ >
163
+ Cancel
164
+ </.link_button>
165
166
</:actions>
167
</.simple_form>
168
"""
0 commit comments