Merge pull request #5312 from G-Chubinidze/gc_SCI_8312

E2E: Update titles [SCI-8312]
This commit is contained in:
artoscinote 2023-04-17 13:38:32 +02:00 committed by GitHub
commit 7f0add2785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
<div class="workflow-img-wrapper" list-render="true">
<%= render partial: 'projects/show/experiment_workflow_image_container', locals: { experiment: experiment } %>
</div>
<%= link_to experiment.name, my_modules_experiment_path(experiment), title: experiment.name, class: 'name-link' %>
<%= link_to experiment.name, my_modules_experiment_path(experiment), title: "Experiment: #{experiment.name}", class: 'name-link' %>
</div>
<div class="dates-and-img-container">
<div class="dates-container">

View file

@ -40,7 +40,7 @@
<% end %>
</li>
<li class="<%= "active" if projects_are_selected? %>">
<%= link_to projects_path, id: "projects-link", title: t('left_menu_bar.projects') do %>
<%= link_to projects_path, id: "projects-link", title: 'Project' do %>
<span class="fas fa-folder"></span>
<span><%= t('left_menu_bar.projects') %></span>
<% end %>
@ -52,7 +52,7 @@
<% end %>
</li>
<li class="<%= "active" if templates_are_selected? %>">
<%= link_to protocols_path, id: "templates-link", title: t('left_menu_bar.templates') do %>
<%= link_to protocols_path, id: "templates-link", title: 'Template' do %>
<span class="fas fa-edit"></span>
<span><%= t('left_menu_bar.templates') %></span>
<% end %>