mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Merge pull request #7290 from G-Chubinidze/gc_SCI_10423
Button code for 'Task Tabs' [SCI-10423]
This commit is contained in:
commit
9ccbe03d3f
1 changed files with 3 additions and 0 deletions
|
@ -4,18 +4,21 @@
|
|||
<a class="p-3 border-b-4 border-transparent hover:no-underline uppercase text-bold capitalize <%= is_module_protocols? ? "text-sn-blue" : "text-sn-grey" %>"
|
||||
href="<%= protocols_my_module_url(@my_module) %>"
|
||||
title="<%= t("nav2.modules.steps") %>"
|
||||
data-e2e="e2e-BT-taskTabs-protocol"
|
||||
>
|
||||
<%=t "nav2.modules.steps" %>
|
||||
</a>
|
||||
<a class="p-3 border-b-4 border-transparent hover:no-underline uppercase text-bold capitalize <%= is_module_results? ? "text-sn-blue" : "text-sn-grey" %>"
|
||||
href="<%= my_module_results_path(@my_module) %>"
|
||||
title="<%= t("nav2.modules.results") %>"
|
||||
data-e2e="e2e-BT-taskTabs-results"
|
||||
>
|
||||
<%= t("nav2.modules.results") %>
|
||||
</a>
|
||||
<a class="p-3 border-b-4 border-transparent hover:no-underline uppercase text-bold capitalize <%= is_module_activities? ? "text-sn-blue" : "text-sn-grey" %>"
|
||||
href="<%= activities_my_module_url(@my_module, view_mode: params[:view_mode]) %>"
|
||||
title="<%= t("nav2.modules.activities") %>"
|
||||
data-e2e="e2e-BT-taskTabs-activity"
|
||||
>
|
||||
<%= t("nav2.modules.activities") %>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue