Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-search-enroll-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scott Berg
course-search-enroll-fe
Commits
7fe09866
Commit
7fe09866
authored
6 years ago
by
pnogal
Browse files
Options
Downloads
Patches
Plain Diff
Fix markup after rebase
parent
b2804abc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/degree-planner/degree-planner.component.html
+3
-17
3 additions, 17 deletions
src/app/degree-planner/degree-planner.component.html
with
3 additions
and
17 deletions
src/app/degree-planner/degree-planner.component.html
+
3
−
17
View file @
7fe09866
<div
fxLayout=
"row"
fxLayout.sm=
"column"
fxLayoutGap=
"20px"
fxLayoutAlign=
"space-between"
style=
"margin: 24px"
>
<mat-form-field>
<mat-select
placeholder=
"Degree Plans"
[disableOptionCentering]=
true
[value]=
"selectedDegreePlan"
>
<mat-option
*ngFor=
"let degreePlan of degreePlans"
[value]=
"degreePlan.roadmapId"
>
{{degreePlan.name}}
</mat-option>
</mat-select>
</mat-form-field>
<button
mat-button
class=
"btn-primary"
>
Check Plan (DARS)
</button>
</div>
<div
fxLayout=
"column"
fxLayoutGap=
"20px"
fxLayoutAlign=
"start stretch"
style=
"margin: 24px"
>
<mat-sidenav-container
id=
"plans-container"
>
<mat-sidenav-container
id=
"plans-container"
>
<mat-sidenav
#sidenav
position=
"end"
mode=
"side"
disableClose
>
<mat-sidenav
#sidenav
position=
"end"
mode=
"side"
disableClose
>
...
@@ -19,8 +5,8 @@
...
@@ -19,8 +5,8 @@
</mat-sidenav>
</mat-sidenav>
<mat-sidenav-content>
<mat-sidenav-content>
<div
fxLayout=
"row"
fxLayout.sm=
"column"
fxLayoutGap=
"20px"
fxLayoutAlign=
"s
pace-between
center"
style=
"margin: 24px 0px 24px 24px;"
>
<div
fxLayout=
"row"
fxLayout.sm=
"column"
fxLayoutGap=
"20px"
fxLayoutAlign=
"s
tart
center"
style=
"margin: 24px 0px 24px 24px;"
>
<div
fxFlex=
"70"
>
<div>
<mat-form-field>
<mat-form-field>
<mat-select
placeholder=
"Degree Plans"
[disableOptionCentering]=
true
[value]=
"selectedDegreePlan"
>
<mat-select
placeholder=
"Degree Plans"
[disableOptionCentering]=
true
[value]=
"selectedDegreePlan"
>
<mat-option
*ngFor=
"let degreePlan of degreePlans"
[value]=
"degreePlan.roadmapId"
>
<mat-option
*ngFor=
"let degreePlan of degreePlans"
[value]=
"degreePlan.roadmapId"
>
...
@@ -29,7 +15,7 @@
...
@@ -29,7 +15,7 @@
</mat-select>
</mat-select>
</mat-form-field>
</mat-form-field>
</div>
</div>
<div
fxFlex=
"20"
>
<button
mat-button
class=
"btn-primary"
>
Check Plan (DARS)
</button>
</div>
<button
mat-button
class=
"btn-primary"
>
Check Plan (DARS)
</button>
<button
id=
"menu-toggle-btn"
mat-button
(click)=
"sidenav.toggle()"
>
<button
id=
"menu-toggle-btn"
mat-button
(click)=
"sidenav.toggle()"
>
<i
*ngIf=
"sidenav.opened"
class=
"material-icons"
>
chevron_right
</i>
<i
*ngIf=
"sidenav.opened"
class=
"material-icons"
>
chevron_right
</i>
<i
*ngIf=
"!sidenav.opened"
class=
"material-icons"
>
chevron_left
</i>
<i
*ngIf=
"!sidenav.opened"
class=
"material-icons"
>
chevron_left
</i>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment