diff --git a/src/JobsJobsJobs/Client/Pages/Citizen/Dashboard.razor b/src/JobsJobsJobs/Client/Pages/Citizen/Dashboard.razor index 51a70ee..b8a82c7 100644 --- a/src/JobsJobsJobs/Client/Pages/Citizen/Dashboard.razor +++ b/src/JobsJobsJobs/Client/Pages/Citizen/Dashboard.razor @@ -6,46 +6,39 @@
Retrieving your employment profile...
-} -else -{ -
- Your employment profile was last updated
- Your profile indicates that you are seeking employment. Once you find it, - tell your fellow citizens about it! -
- } - } - else - { -- You do not have an employment profile established; click “Edit Profile” in the menu to get - started! -
- } -
- There @(ProfileCount == 1 ? "is" : "are") @(ProfileCount == 0 ? "no" : ProfileCount) employment
- profile@(ProfileCount != 1 ? "s" : "") from citizens of Gitmo Nation.
- @if (ProfileCount > 0)
- {
-
+ Your profile indicates that you are seeking employment. Once you find it, + tell your fellow citizens about it! +
+ } + } + else + { ++ You do not have an employment profile established; click “Edit Profile” in the menu to get + started! +
+ } +
+ There @(ProfileCount == 1 ? "is" : "are") @(ProfileCount == 0 ? "no" : ProfileCount) employment
+ profile@(ProfileCount != 1 ? "s" : "") from citizens of Gitmo Nation.
+ @if (ProfileCount > 0)
+ {
+
- This application does not have a place to individually list your chronological job history; however, you can - use this area to list prior jobs, their dates, and anything else you want to include that’s not already a - part of your Professional Biography above. -
-Loading your profile...
-} ++ This application does not have a place to individually list your chronological job history; however, you can + use this area to list prior jobs, their dates, and anything else you want to include that’s not already a + part of your Professional Biography above. +
+Loading profile...
-} -else -{ +@WorkTypes
+@WorkTypes
-Loading...
++ Congratulations on your employment! Your fellow citizens would enjoy hearing how it all came about; tell us + about it below! (These will be visible to other users, but not to the general public.) +
} - else - { - @if (IsNew) - { -- Congratulations on your employment! Your fellow citizens would enjoy hearing how it all came about; tell us - about it below! (These will be visible to other users, but not to the general public.) -
- } -- (Saving this will set “Seeking Employment” to “No” on your profile.) -
- } -+ (Saving this will set “Seeking Employment” to “No” on your profile.) +
+ }Loading...
- } - else if (Stories.Any()) +