aboutsummaryrefslogtreecommitdiff
path: root/src/views/tab.ecr
blob: 9858920fde2f78e5f546860398bd47be032116e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<li role='presentation' class='<%= v(:css) %>'>
  <a
    id='<%= @id %>'
    href='#<%= @target %>'
    title='<%= v(:text) %>'
    aria-controls='<%= @target %>'
    role='tab'
    data-toggle='tab'
  >
    <i class='fa <%= v(:icon) %>'></i>
    <%= v(:name) %>
  </a>
</li>