Current section

Files

Jump to
archeometer priv templates report html button_tab.eex
Raw

priv/templates/report/html/button_tab.eex

<%= if type == "cql" do %>
<button class="text-normal-medium tablinks-<%= fragment.uuid %> active" onclick="openLang(event, '<%= type %>', '<%= fragment.uuid %>')"><%= String.upcase(type) %> </button>
<% else %>
<button class="text-normal-medium tablinks-<%= fragment.uuid %>" onclick="openLang(event,'<%= type %>', '<%= fragment.uuid %>')"><%= String.upcase(type) %></button>
<% end %>