Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
c9688ad5
Commit
c9688ad5
authored
Oct 07, 2018
by
Zach Perkins
Browse files
Fixed some of the front end to make way for filtering
parent
8e0b4f45
Changes
2
Hide whitespace changes
Inline
Side-by-side
schedules/app/views/shared/_cart.html.erb
View file @
c9688ad5
...
...
@@ -6,9 +6,9 @@
<div
class=
"card-body"
>
<h3
class=
"card-title"
>
Your Schedule
</h3>
</div>
<
ul
class=
"list-group list-group-flush"
id=
"schedule"
>
<
div
class=
"list-group list-group-flush"
id=
"schedule"
>
<%=
render
partial:
'shared/section'
,
collection:
@cart
,
locals:
{
in_cart:
true
}
%>
</
ul
>
</
div
>
<div
class=
"card-body"
>
<button
type=
"button"
class=
"btn btn-primary"
data-toggle=
"modal"
data-target=
"#exportModal"
onclick=
"setUrlInModal()"
>
Export schedule
...
...
schedules/app/views/shared/_navbar.html.erb
View file @
c9688ad5
<div
class=
"container-fluid"
>
<div
class=
"row align-left align-sm-center align-md-right"
id=
"navbar"
>
<div
class=
"col
-8 col-sm
align-center"
>
<div
class=
"col align-center"
>
<div>
<a
href=
"/"
id=
"logo"
>
<i
class=
"fas fa-calendar-alt"
></i>
...
...
@@ -16,7 +16,7 @@
</div>
</div>
<div
class=
"
col-4
col-sm align-center order-0 order-sm-1"
onclick=
"window.schedule.toggle()"
>
<div
class=
"col-sm align-center order-0 order-sm-1"
onclick=
"window.schedule.toggle()"
>
<h1
style=
"margin-top:24px"
>
<span
class=
"fa-layers fa-fw"
id=
"schedule-icon"
>
<i
class=
"fas fa-shopping-cart"
></i>
...
...
@@ -30,7 +30,7 @@
</h1>
</div>
<div
class=
"col
-12 col-sm align-center
order-1 order-sm-0"
>
<div
class=
"col order-1 order-sm-0"
>
<form
action=
"/search"
class=
"form-inline"
>
<div
class=
"form-group"
>
<div
class=
"input-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment