diff --git a/Gemfile b/Gemfile
index 085f7e219..64c4ef104 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,6 @@ gem 'bootstrap-sass', '~> 3.3.7'
gem 'sass-rails', '~> 5.0.6'
gem 'bootstrap_form'
gem 'yomu'
-gem 'font-awesome-rails', '~> 4.7.0.2'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'sanitize', '~> 4.4'
gem 'omniauth'
diff --git a/app/datatables/protocol_linked_children_datatable.rb b/app/datatables/protocol_linked_children_datatable.rb
index eb7bccbf1..cf2757def 100644
--- a/app/datatables/protocol_linked_children_datatable.rb
+++ b/app/datatables/protocol_linked_children_datatable.rb
@@ -61,7 +61,7 @@ class ProtocolLinkedChildrenDatatable < CustomDatatable
locals: { project: record.my_module.experiment.project }
)
res += ''
- res += "
"
+ res += " "
res += @controller.render_to_string(
partial: 'search/results/partials/experiment_text.html.erb',
locals: { experiment: record.my_module.experiment }
diff --git a/app/javascript/packs/fontawesome.scss b/app/javascript/packs/fontawesome.scss
index 5c64e04bf..bd5b619da 100644
--- a/app/javascript/packs/fontawesome.scss
+++ b/app/javascript/packs/fontawesome.scss
@@ -1,4 +1,4 @@
$fa-font-path: "~@fortawesome/fontawesome-free-webfonts/webfonts/";
@import "~@fortawesome/fontawesome-free-webfonts/scss/fontawesome";
-@import "~@fortawesome/fontawesome-free-webfonts/scss/fa-regular";
+@import "~@fortawesome/fontawesome-free-webfonts/scss/fa-solid";
diff --git a/app/javascript/src/components/Navigation/components/NotificationImage.jsx b/app/javascript/src/components/Navigation/components/NotificationImage.jsx
index bcc04459c..44fbfb37e 100644
--- a/app/javascript/src/components/Navigation/components/NotificationImage.jsx
+++ b/app/javascript/src/components/Navigation/components/NotificationImage.jsx
@@ -25,12 +25,12 @@ const NotificationImage = ({className, type, avatar}: Props) => {
),
deliver: (
-
+
),
assignment: (
-
+
)
}
diff --git a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx
index 2aa7cbcc0..28aedfe66 100644
--- a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx
+++ b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx
@@ -141,7 +141,7 @@ class NotificationsDropdown extends Component {
this.dropdown = el;
}}
>
-
+
diff --git a/app/javascript/src/components/Navigation/components/TeamSwitch.jsx b/app/javascript/src/components/Navigation/components/TeamSwitch.jsx
index ed7ae772d..e1e41d69c 100644
--- a/app/javascript/src/components/Navigation/components/TeamSwitch.jsx
+++ b/app/javascript/src/components/Navigation/components/TeamSwitch.jsx
@@ -80,7 +80,7 @@ class TeamSwitch extends Component {
onClick={this.setTeams}
title={
- {this.props.current_team.name}
+ {this.props.current_team.name}
}
id="team-switch"
diff --git a/app/javascript/src/components/Navigation/index.jsx b/app/javascript/src/components/Navigation/index.jsx
index 249d1a1e0..be939c850 100644
--- a/app/javascript/src/components/Navigation/index.jsx
+++ b/app/javascript/src/components/Navigation/index.jsx
@@ -107,7 +107,7 @@ class Navigation extends Component {
diff --git a/app/javascript/src/components/Spinner.jsx b/app/javascript/src/components/Spinner.jsx
index 8a787efbe..8b1e06649 100644
--- a/app/javascript/src/components/Spinner.jsx
+++ b/app/javascript/src/components/Spinner.jsx
@@ -24,7 +24,7 @@ export default (props: { spinner_on: boolean }) => {
spinner = (
-
+
);
diff --git a/app/javascript/src/scenes/SettingsPage/scenes/preferences/index.jsx b/app/javascript/src/scenes/SettingsPage/scenes/preferences/index.jsx
index 23d1edb1f..ded5a7ec4 100644
--- a/app/javascript/src/scenes/SettingsPage/scenes/preferences/index.jsx
+++ b/app/javascript/src/scenes/SettingsPage/scenes/preferences/index.jsx
@@ -75,7 +75,7 @@ class SettingsPreferences extends Component {
type={ASSIGNMENT_NOTIFICATION}
title="settings_page.assignement"
subtitle="settings_page.assignement_msg"
- iconClasses="far fa-newspaper-o"
+ iconClasses="fas fa-newspaper-o"
inAppNotification={this.state.assignments_notification}
emailNotification={this.state.assignments_email_notification}
iconBackground={MAIN_COLOR_BLUE}
diff --git a/app/views/projects/show/_new_experiment.html.erb b/app/views/projects/show/_new_experiment.html.erb
index 3d89b029a..cabe05421 100644
--- a/app/views/projects/show/_new_experiment.html.erb
+++ b/app/views/projects/show/_new_experiment.html.erb
@@ -6,11 +6,11 @@
- <%= link_to fa_icon('plus'),
- new_project_experiment_url(@project),
- remote: true,
- class: 'big-plus' %>
-
+ <%= link_to new_project_experiment_url(@project),
+ remote: true,
+ class: 'big-plus' do %>
+
+ <% end %>
diff --git a/app/views/reports/elements/_experiment_element.html.erb b/app/views/reports/elements/_experiment_element.html.erb
index bbb9253f7..07ee1fd53 100644
--- a/app/views/reports/elements/_experiment_element.html.erb
+++ b/app/views/reports/elements/_experiment_element.html.erb
@@ -6,7 +6,7 @@
data-id='{ "experiment_id": <%= experiment.id %> }'
data-scroll-id="<%= experiment.id %>"
data-modal-title="<%=t "projects.reports.elements.modals.experiment_contents.head_title",
- experiment: experiment.name %>" data-name="<%= name %>" data-icon-class="far fa-flask">
+ experiment: experiment.name %>" data-name="<%= name %>" data-icon-class="fas fa-flask">