diff --git a/client/app/assets/images/avatar.svg b/client/app/assets/images/avatar.svg new file mode 100644 index 000000000..18f40d3cf --- /dev/null +++ b/client/app/assets/images/avatar.svg @@ -0,0 +1,6 @@ + + diff --git a/client/app/components/app-header/app-header.html b/client/app/components/app-header/app-header.html index deb6ac017..38a94670c 100644 --- a/client/app/components/app-header/app-header.html +++ b/client/app/components/app-header/app-header.html @@ -57,7 +57,7 @@
| {{member.name}} | +{{member.name}} + + |
|
- |
created | |||
|
- |
updated
Created by
-
Updated by
-
Refresh Schedule
diff --git a/client/app/pages/query-snippets/edit.html b/client/app/pages/query-snippets/edit.html
index 3b509450e..f95ac7bd6 100644
--- a/client/app/pages/query-snippets/edit.html
+++ b/client/app/pages/query-snippets/edit.html
@@ -22,9 +22,9 @@
- Created by:
- | |||
| - {{row.trigger}} + {{snippet.trigger}} | - {{row.description}} + {{snippet.description}} | - {{row.snippet}} + {{snippet.snippet}} |
- |
- + |
|
- |
diff --git a/client/app/pages/users/show.html b/client/app/pages/users/show.html
index a2b5442e3..b1a487bae 100644
--- a/client/app/pages/users/show.html
+++ b/client/app/pages/users/show.html
@@ -5,7 +5,7 @@
- {{user.name}} |