diff --git a/app/internal/templates/dashboard/volunteer_dashboard.html b/app/internal/templates/dashboard/volunteer_dashboard.html index e1a8816..f0a8ab8 100644 --- a/app/internal/templates/dashboard/volunteer_dashboard.html +++ b/app/internal/templates/dashboard/volunteer_dashboard.html @@ -4,87 +4,6 @@
-
- {{ if .Posts }}{{range .Posts}} - -
- -
-
-
- {{slice .AuthorName 0 1}} -
-
-
-

{{.AuthorName}}

-

- {{.CreatedAt.Format "Jan 2, 2006"}} -

-
-
- - - {{if .ImageURL}} -
- Post image -
- {{end}} - - - {{if .Content}} -
-

- {{.AuthorName}} {{.Content}} -

-
- {{end}} -
- {{else}} -
-
- - - -

No posts yet

-

- Be the first to share something with the community! -

-
-
- {{ end }} {{ else }} -
-
-
- -
-

No posts yet

-

- Check back later for updates from your team -

-
-
- {{ end }} -
-
@@ -199,6 +118,87 @@
+ +
+ {{ if .Posts }}{{range .Posts}} + +
+ +
+
+
+ {{slice .AuthorName 0 1}} +
+
+
+

{{.AuthorName}}

+

+ {{.CreatedAt.Format "Jan 2, 2006"}} +

+
+
+ + + {{if .ImageURL}} +
+ Post image +
+ {{end}} + + + {{if .Content}} +
+

+ {{.AuthorName}} {{.Content}} +

+
+ {{end}} +
+ {{else}} +
+
+ + + +

No posts yet

+

+ Be the first to share something with the community! +

+
+
+ {{ end }} {{ else }} +
+
+
+ +
+

No posts yet

+

+ Check back later for updates from your team +

+
+
+ {{ end }} +
diff --git a/app/tmp/main b/app/tmp/main index b523412..8591c37 100755 Binary files a/app/tmp/main and b/app/tmp/main differ