-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update html forms / tables to be more visually appealing #95
- Loading branch information
Showing
3 changed files
with
46 additions
and
29 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
<h1>New App</h1> | ||
<div class="f3 w-60 center"> | ||
<h1>New App</h1> | ||
|
||
<%= render "form.html", Map.put(assigns, :action, Routes.app_path(@conn, :create)) %> | ||
<%= render "form.html", Map.put(assigns, :action, Routes.app_path(@conn, :create)) %> | ||
|
||
<span><%= link "Back", to: Routes.app_path(@conn, :index) %></span> | ||
<span><%= link "< Back", to: Routes.app_path(@conn, :index), | ||
class: "fl pointer br2 ba b--orange bg-gold white pa3 f4 mt3 | ||
shadow-hover bg-animate hover-bg-orange border-box no-underline", | ||
data: | ||
[confirm: "Are you sure you want to disguard this form? | ||
(The data cannot be recovered!)"] | ||
%></span> | ||
</div> |