-
+ <%= svg_icon('info_circle', class: 'stroke-info flex-shrink-0 w-6 h-6') %>
<%= flash[:notice] || flash[:alert] %>
diff --git a/app/views/storage_settings/_disk_form.html.erb b/app/views/storage_settings/_disk_form.html.erb
index 9a0e886f..e69f286e 100644
--- a/app/views/storage_settings/_disk_form.html.erb
+++ b/app/views/storage_settings/_disk_form.html.erb
@@ -2,7 +2,7 @@
<%= ff.hidden_field :service, value: 'disk' %>
<% end %>
-
+ <%= svg_icon('info_circle', class: 'stroke-current flex-shrink-0 w-6 h-6') %>
@@ -22,11 +18,7 @@
Recepients
<%= link_to new_template_submission_path(@template), class: 'btn btn-primary btn-sm gap-2', data: { turbo_frame: 'modal' } do %>
-
+ <%= svg_icon('plus', class: 'w-6 h-6') %>
Add Recepients
<% end %>
diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb
index aa62f643..7fbd943d 100644
--- a/app/views/submissions/show.html.erb
+++ b/app/views/submissions/show.html.erb
@@ -54,9 +54,7 @@
<% attachment = ActiveStorage::Attachment.find_by(uuid:) %>
-
+ <%= svg_icon('paperclip', class: 'h-5 w-5 flex-shrink-0 text-gray-300') %>
<%= attachment.filename %>
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 1d6d4c22..ba83585d 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -4,11 +4,7 @@
Team
<%= link_to new_user_path, class: 'btn btn-primary btn-md gap-2', data: { turbo_frame: 'modal' } do %>
-
+ <%= svg_icon('plus', class: 'w-6 h-6') %>
New User
<% end %>