diff --git a/app/views/users/settings/teams/show.html.erb b/app/views/users/settings/teams/show.html.erb index 056cafe80..b7b79f2db 100644 --- a/app/views/users/settings/teams/show.html.erb +++ b/app/views/users/settings/teams/show.html.erb @@ -13,22 +13,22 @@
-
+
<%= l(@team.created_at, format: :full_date) %>
-
- +
+ <%= t('users.settings.teams.edit.header_created_by_name_email', name: @team.created_by.full_name, email: @team.created_by.email) if @team.created_by %>
-
- +
+ <%= "#{number_to_human_size(@team.storage_used)}" %>
diff --git a/vendor/assets/stylesheets/fonts/SN-icon-font.eot b/vendor/assets/stylesheets/fonts/SN-icon-font.eot index 8480925ee..7a7f8d1ed 100644 Binary files a/vendor/assets/stylesheets/fonts/SN-icon-font.eot and b/vendor/assets/stylesheets/fonts/SN-icon-font.eot differ diff --git a/vendor/assets/stylesheets/fonts/SN-icon-font.svg b/vendor/assets/stylesheets/fonts/SN-icon-font.svg index 1ec9e57ff..fb8eefb21 100644 --- a/vendor/assets/stylesheets/fonts/SN-icon-font.svg +++ b/vendor/assets/stylesheets/fonts/SN-icon-font.svg @@ -10,9 +10,9 @@ "designer": "David Praznik", "fontFamily": "SN-icon-font", "fontURL": "https://www.scinote.net", - "majorVersion": 1, - "minorVersion": 17, - "version": "Version 1.17", + "majorVersion": 2, + "minorVersion": 0, + "version": "Version 2.0", "fontId": "SN-icon-font", "psName": "SN-icon-font", "subFamily": "Regular", @@ -233,4 +233,6 @@ + + \ No newline at end of file diff --git a/vendor/assets/stylesheets/fonts/SN-icon-font.ttf b/vendor/assets/stylesheets/fonts/SN-icon-font.ttf index b803e8938..0003aaa90 100644 Binary files a/vendor/assets/stylesheets/fonts/SN-icon-font.ttf and b/vendor/assets/stylesheets/fonts/SN-icon-font.ttf differ diff --git a/vendor/assets/stylesheets/fonts/SN-icon-font.woff b/vendor/assets/stylesheets/fonts/SN-icon-font.woff index e18cbec30..38bbeeca4 100644 Binary files a/vendor/assets/stylesheets/fonts/SN-icon-font.woff and b/vendor/assets/stylesheets/fonts/SN-icon-font.woff differ diff --git a/vendor/assets/stylesheets/fonts/SN-icon-font.woff2 b/vendor/assets/stylesheets/fonts/SN-icon-font.woff2 index 39e1a360e..1dd83c105 100644 Binary files a/vendor/assets/stylesheets/fonts/SN-icon-font.woff2 and b/vendor/assets/stylesheets/fonts/SN-icon-font.woff2 differ diff --git a/vendor/assets/stylesheets/sn-icon-font.css b/vendor/assets/stylesheets/sn-icon-font.css index 3e66ecd29..09741a70e 100644 --- a/vendor/assets/stylesheets/sn-icon-font.css +++ b/vendor/assets/stylesheets/sn-icon-font.css @@ -1,11 +1,11 @@ @font-face { font-family: 'SN-icon-font'; - src: url('fonts/SN-icon-font.eot?piwy67'); - src: url('fonts/SN-icon-font.eot?piwy67#iefix') format('embedded-opentype'), - url('fonts/SN-icon-font.woff2?piwy67') format('woff2'), - url('fonts/SN-icon-font.ttf?piwy67') format('truetype'), - url('fonts/SN-icon-font.woff?piwy67') format('woff'), - url('fonts/SN-icon-font.svg?piwy67#SN-icon-font') format('svg'); + src: url('fonts/SN-icon-font.eot?gqphqg'); + src: url('fonts/SN-icon-font.eot?gqphqg#iefix') format('embedded-opentype'), + url('fonts/SN-icon-font.woff2?gqphqg') format('woff2'), + url('fonts/SN-icon-font.ttf?gqphqg') format('truetype'), + url('fonts/SN-icon-font.woff?gqphqg') format('woff'), + url('fonts/SN-icon-font.svg?gqphqg#SN-icon-font') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -647,3 +647,9 @@ .sn-icon-printer-labels:before { content: "\e9ce"; } +.sn-icon-audit-trails:before { + content: "\e9cf"; +} +.sn-icon-cloud-storage:before { + content: "\e9d0"; +}