- <%= f.radio_button :roles, "admin", :checked=>(@user.primary_role.titlecase == "Admin"), class: "focus:ring-miru-han-purple-1000 h-4 w-4 border-miru-han-purple-1000 text-miru-dark-purple-1000" %>
+ <%= f.radio_button :roles, "admin", :checked=>(@user.primary_role.titlecase == "Admin"), class: "focus:ring-miru-han-purple-1000 h-4 w-4 border-miru-han-purple-1000 text-miru-dark-purple-1000 cursor-pointer" %>
<%= t('team.form_admin') %>
- <%= f.radio_button :roles, "employee", :checked=>(@user.primary_role.titlecase == "Employee"), class: "focus:ring-miru-han-purple-1000 h-4 w-4 border-miru-han-purple-1000 text-miru-dark-purple-1000" %>
-
+ <%= f.radio_button :roles, "employee", :checked=>(@user.primary_role.titlecase == "Employee"), class: "focus:ring-miru-han-purple-1000 h-4 w-4 border-miru-han-purple-1000 text-miru-dark-purple-1000 cursor-pointer" %>
+
<%= t('team.form_employee') %>
diff --git a/app/views/team/_team.html.erb b/app/views/team/_team.html.erb
index 44d7fcc3df..71e6229a8b 100644
--- a/app/views/team/_team.html.erb
+++ b/app/views/team/_team.html.erb
@@ -22,13 +22,13 @@
<% if current_user.has_any_role?(:owner, :admin) %>
<% if member.unconfirmed_email? %>
-
+
<%= t('team.reconfirmation') %>
<% else %>
<% unless member.invitation_accepted? %>
<% if (member.id != current_user.id) %>
-
+
<%= t('team.invitation') %>
<% end %>
@@ -39,12 +39,14 @@
<% if current_user.has_any_role?(:owner, :admin) %>
<%= link_to edit_team_path(member), remote: true do %>
-
+
<% end %>
<% end %>
<% if current_user.has_any_role?(:owner, :admin) %>
- <%= link_to image_tag("#{image_url 'delete_image_button.svg'}", class:" h-6 w-6"),team_path(member), method: :delete, class: ""%>
+ <%= link_to team_path(member), method: :delete do %>
+
+ <% end %>
<% end %>
diff --git a/app/views/team/index.html.erb b/app/views/team/index.html.erb
index e5d68c1e01..d32704204b 100644
--- a/app/views/team/index.html.erb
+++ b/app/views/team/index.html.erb
@@ -35,19 +35,19 @@
-
+
<%= t('team.profile_picture') %>
-
+
<%= t('team.name') %>
-
+
<%= t('team.email_id') %>
-
+
<%= t('team.role') %>
-
+
@@ -71,12 +71,12 @@
-
+
-
+
@@ -89,12 +89,12 @@
-
+
-
+
-
" class="p-1 rounded-full border-2 border-miru-white-1000 hover:border-miru-han-purple-1000">
+
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 03066903b3..411ab8d8cc 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -71,3 +71,6 @@ en:
form_role: Role
form_admin: Admin
form_employee: Employee
+ first_name: First Name
+ last_name: Last Name
+ email: Email