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 {