-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update my account questions link (#5)
Replace the "questions about fees?" link with a generic link for "question about information in my account" near the bottom of the page.
- Loading branch information
Showing
8 changed files
with
17 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { PrmFinesOverviewAfterComponent } from "./fines-overview"; | ||
import { PrmAccountOverviewAfterComponent } from "./overview"; | ||
|
||
export const AccountModule = angular | ||
.module("account", []) | ||
.component("prmFinesOverviewAfter", PrmFinesOverviewAfterComponent).name; | ||
.component("prmAccountOverviewAfter", PrmAccountOverviewAfterComponent).name; |
16 changes: 0 additions & 16 deletions
16
src/shared/components/account/fines-overview/fines-overview.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/shared/components/account/fines-overview/prm-fines-overview-after.component.ts
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
prm-account-overview-after { | ||
section { | ||
text-align: center; | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import "./account-overview.scss"; | ||
|
||
export * from "./prm-account-overview-after.component"; |
6 changes: 6 additions & 0 deletions
6
src/shared/components/account/overview/prm-account-overview-after.component.ts
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import template from "./prm-account-overview-after.html"; | ||
|
||
export const PrmAccountOverviewAfterComponent: ng.IComponentOptions = { | ||
template: template, | ||
bindings: { parentCtrl: "<" }, | ||
}; |
2 changes: 1 addition & 1 deletion
2
...es-overview/prm-fines-overview-after.html → .../overview/prm-account-overview-after.html
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,5 @@ | ||
<section> | ||
<a href="https://www.lib.umn.edu/systemlibraries"> | ||
Questions about fees? Ask us! | ||
Questions about information in My Account? Ask us! | ||
</a> | ||
</section> |