Skip to content
Snippets Groups Projects
Commit 32f15b76 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adding activity feed tab

parent d66a13a7
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
<a class="tab__item" href="#" data-tab="tab-2"> <a class="tab__item" href="#" data-tab="tab-2">
Communications Communications
</a> </a>
<a class="tab__item" href="#" data-tab="tab-3">
Activity Feed
</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -102,5 +106,9 @@ ...@@ -102,5 +106,9 @@
Communications content here Communications content here
======= end ======= end
</div> </div>
{# Tab 3 #}
<div class="tabs__content" id="tab-3">
</div>
</div> </div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment