mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 04:36:00 +08:00
Merge pull request #5312 from G-Chubinidze/gc_SCI_8312
E2E: Update titles [SCI-8312]
This commit is contained in:
commit
7f0add2785
2 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue