File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
lib/pointing_party_web/templates Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1- <%= @ card . title %>
1+
2+ < div class = "card text-left " >
3+ < div class = "card-header " >
4+ < h2 > <%= @ card . title %> </ h2 >
5+ </ div >
6+ < div class = "card-body " >
7+ < p class = "card-text " > <%= @ card . description %> </ p >
8+ < div class = "form-group text-left " >
9+ < div class = "form-row align-items-center " >
10+ < div class = "col-2 " >
11+ < label for = "storyPoints " > Story Points</ label >
12+ < select class = "form-control " id = "storyPoints " >
13+ < option > 0</ option >
14+ < option > 1</ option >
15+ < option > 3</ option >
16+ < option > 5</ option >
17+ </ select >
18+ </ div >
19+ </ div >
20+ </ div >
21+ < a href = "# " class = "btn btn-primary " > Calculate Points</ a >
22+ </ div >
23+ < div class = "card-footer text-muted " >
24+ <%= @ card . inserted_at %>
25+ </ div >
26+ </ div >
Original file line number Diff line number Diff line change 55 < meta http-equiv = "X-UA-Compatible " content = "IE=edge " />
66 < meta name = "viewport " content = "width=device-width, initial-scale=1.0 " />
77 < title > PointingParty</ title >
8+ < link rel = "stylesheet " href = "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css " integrity = "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin = "anonymous " >
89 < link rel = "stylesheet " href = "<%= Routes.static_path(@conn, " /css /app.css ") % > "/>
910 </ head >
1011 < body >
You can’t perform that action at this time.
0 commit comments