1- < div class ="townsquare_nav-list my-1 ">
2- < div class ="townsquare_block-header " data-target ="feeds " >
3- Feeds
4- </ div >
5- < ul id =feeds class ="nav d-inline-block font-body mb-2 ">
6- {% for this_tab in tabs %}
7- {% include 'townsquare/shared/thistab.html' %}
8- {% endfor %}
9- </ ul >
10- {% if hackathon_tabs|length %}
11- < div class ="townsquare_block-header mt-1 " data-target ="hackathons ">
12- Hackathons
13- </ div >
14- < ul id =hackathons class ="nav d-inline-block font-body mb-2 ">
15- {% for this_tab in hackathon_tabs %}
16- {% include 'townsquare/shared/thistab.html' %}
17- {% endfor %}
18- </ ul >
19- {% endif %}
20- < div class ="townsquare_nav-list mb-1 mt-1 ">
21- < div class ="townsquare_block-header " data-target ="filter ">
22- Filter
23- </ div >
24- < ul id =filter class ="nav d-inline-block font-body mb-2 ">
25- {% for tag in tags %}
26- {% include 'townsquare/shared/tag.html' %}
27- {% endfor %}
28- </ ul >
29- </ div >
30- </ div >
1+ < div class ="townsquare_nav-list my-3 ">
2+ < div class ="townsquare_block-header " data-target ="feeds " >
3+ Feeds
4+ </ div >
5+ < ul id =feeds class ="nav d-inline-block font-body mb-2 ">
6+ {% for this_tab in tabs %}
7+ {% include 'townsquare/shared/thistab.html' %}
8+ {% endfor %}
9+ </ ul >
10+ {% if hackathon_tabs|length %}
11+ < div class ="townsquare_block-header mt-2 " data-target ="hackathons ">
12+ Hackathons
13+ </ div >
14+ < ul id =hackathons class ="nav d-inline-block font-caption mb-2 ">
15+ {% for this_tab in hackathon_tabs %}
16+ {% include 'townsquare/shared/thistab.html' %}
17+ {% endfor %}
18+ </ ul >
19+ {% endif %}
20+ < div class ="townsquare_nav-list my-3 ">
21+ < div class ="townsquare_block-header " data-target ="filter ">
22+ Filter
23+ </ div >
24+ < ul id =filter class ="nav d-inline-block font-caption mb-2 ">
25+ {% for tag in tags %}
26+ {% include 'townsquare/shared/tag.html' %}
27+ {% endfor %}
28+ </ ul >
29+ </ div >
30+ </ div >
3131
32- < div class ="townsquare_nav-list my-1 tribe ">
33- < div class ="townsquare_block-header " data-target ="tribes ">
34- Shortcuts
35- </ div >
36- < div id ="tribes ">
37- < ul class ="nav d-inline-block font-body ">
38- {% for tribe in following_tribes %}
39- < li class ="nav-item ">
40- < a data-toggle ="tooltip " title ="@{{tribe.title}}'s Tribe " class ="nav-link nav-line " href ="/{{ tribe.title }} ">
41- < img src ="{{tribe.avatar_url}} " class ="rounded avatar ">
42- < span class ="nav-title "> {{tribe.title}}</ span >
43- {% if tribe.badge %}
44- < span class ="nav-badge "> ({{ tribe.badge }})</ span >
45- {% endif %}
46- </ a >
47- </ li >
48- {% endfor %}
49- </ ul >
50- < div class ="townsquare_nav-list_footer font-body font-weight-semibold ">
51- < a href ="{% url "tribes_directory " %}">
52- Explore Tribes
53- < i class ="ml-1 fab fa-wpexplorer font-weight-normal "> </ i >
54- </ a >
55- </ div >
56- </ div >
57- </ div >
32+ < div class ="townsquare_nav-list my-3 tribe ">
33+ < div class ="townsquare_block-header " data-target ="tribes ">
34+ Shortcuts
35+ </ div >
36+ < div id ="tribes ">
37+ < ul class ="nav d-inline-block font-caption ">
38+ {% for tribe in following_tribes %}
39+ < li class ="nav-item ">
40+ < a data-toggle ="tooltip " title ="@{{tribe.title}}'s Tribe " class ="nav-link nav-line " href ="/{{ tribe.title }} ">
41+ < img src ="{{tribe.avatar_url}} " class ="rounded-circle avatar ">
42+ < span class ="nav-title "> {{tribe.title}}</ span >
43+ {% if tribe.badge %}
44+ < span class ="nav-badge "> ({{ tribe.badge }})</ span >
45+ {% endif %}
46+ </ a >
47+ </ li >
48+ {% endfor %}
49+ </ ul >
50+ < div class ="townsquare_nav-list_footer font-body font-weight-semibold ">
51+ < a href ="{% url "tribes_directory " %}">
52+ Explore Tribes
53+ < i class ="ml-1 fab fa-wpexplorer font-weight-normal "> </ i >
54+ </ a >
55+ </ div >
56+ </ div >
57+ </ div >
5858
59- < div class ="townsquare_nav-list my-2 tribe ">
60- < div class ="townsquare_block-header " data-target ="suggested-tribes ">
61- Suggested Tribes
62- </ div >
63- < div id ="suggested-tribes ">
64- < ul class ="nav d-inline-block font-body col-sm-9 pr-2 " style ="padding-right: 0 ">
65- {% for tribe in suggested_tribes %}
66- < li class ="nav-item d-flex justify-content-between align-items-center my-2 ">
67- < a href ="/profile/{{ tribe.title }} " class ="d-flex nav-link nav-line pr-0 mr-0 ">
68- < img src ="{{tribe.avatar_url}} " class ="nav_avatar mr-4 " />
69- < span class ="font-caption ">
70- < span class ="nav-title font-weight-semibold pt-0 mb-0 text-capitalize "> {{tribe.title}}</ span > < br >
71- < p class ="mb-0 ">
72- < i class ="fas fa-user font-smaller-4 mr-1 "> </ i >
73- < span class ="font-weight-semibold "> {{ tribe.follower_count }}</ span > followers
74- </ p >
75- </ span >
76- </ a >
77- < a class ="follow_tribe btn btn-sm btn-gc-blue font-weight-bold font-smaller-6 px-3 " href ="# " data-jointribe ="{{ tribe.title }} ">
78- Follow
79- </ a >
80- </ li >
81- {% endfor %}
82- </ ul >
83- </ div >
84- </ div >
59+ < div class ="townsquare_nav-list my-3 tribe ">
60+ < div class ="townsquare_block-header " data-target ="suggested-tribes ">
61+ Suggested Tribes
62+ </ div >
63+ < div id ="suggested-tribes ">
64+ < ul class ="nav d-inline-block font-body col-sm-9 col-lg-8 pr-2 " style ="padding-right: 0 ">
65+ {% for tribe in suggested_tribes %}
66+ < li class ="nav-item d-flex justify-content-between align-items-center my-1 ">
67+ < a href ="/profile/{{ tribe.title }} " class ="d-flex nav-link nav-line pr-0 mr-0 ">
68+ < img src ="{{tribe.avatar_url}} " class ="rounded-circle avatar mr-2 " />
69+ < span class ="font-caption ">
70+ < span class ="nav-title pt-0 mb-0 "> {{tribe.title}}</ span >
71+ < span class ="font-smaller-7 "> ({{ tribe.follower_count }} followers)</ span >
72+ </ span >
73+ </ a >
74+ < a class ="follow_tribe btn btn-sm btn-gc-blue font-weight-bold font-smaller-7 px-3 " href ="# " data-jointribe ="{{ tribe.title }} ">
75+ Follow
76+ </ a >
77+ </ li >
78+ {% endfor %}
79+ </ ul >
80+ </ div >
81+ </ div >
0 commit comments