aboutsummaryrefslogtreecommitdiff
path: root/src/views/tab.ecr
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/tab.ecr')
-rw-r--r--src/views/tab.ecr13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/views/tab.ecr b/src/views/tab.ecr
new file mode 100644
index 0000000..9858920
--- /dev/null
+++ b/src/views/tab.ecr
@@ -0,0 +1,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>