|
58 | 58 | </div> |
59 | 59 | <div class="col-10 col-sm-8 pl-2 px-sm-0 activity_detail"> |
60 | 60 | <div> |
61 | | - {% include 'profiles/presence_indicator.html' with last_chat_status=row.profile.last_chat_status chat_id=row.profile.chat_id handle=row.profile.handle additionalclasses="mini" show_even_if_offline=1 %} |
| 61 | + {% include 'profiles/presence_indicator.html' with last_chat_status=row.profile.last_chat_status chat_id=row.profile.chat_id handle=row.profile.handle additionalclasses="mini" show_even_if_offline=1 %} |
62 | 62 | <b>{% firstof row.profile.data.name or row.profile.handle %}</b> |
63 | 63 | <span class="grey"> |
64 | | - <a class="grey" href="/profile/{{ row.profile.handle }}" data-usercard="{{ row.profile.handle }}">@{{ row.profile.handle }}</a> |
65 | | - {% if row.metadata.looking_team_members %} |
66 | | - <span class="font-body"> is |
67 | | - <i class="fas fa-users gc-text-blue"></i> |
68 | | - <span>Looking for Team Members</span> |
69 | | - </span> |
70 | | - {% elif row.metadata.looking_project %} |
71 | | - <span class="font-body"> is |
72 | | - <i class="far font-body fa-lightbulb gc-text-blue"></i> |
73 | | - <span>Looking for a Project</span> |
74 | | - </span> |
75 | | - <br> |
76 | | - {% endif %} |
77 | | - {% if row.hackathonevent %} |
| 64 | + <a class="grey" href="/profile/{{ row.profile.handle }}" data-usercard="{{ row.profile.handle }}">@{{ row.profile.handle }}</a> |
| 65 | + {% if row.metadata.looking_team_members %} |
| 66 | + <span class="font-body"> is |
| 67 | + <i class="fas fa-users gc-text-blue"></i> |
| 68 | + <span>Looking for Team Members</span> |
| 69 | + </span> |
| 70 | + {% elif row.metadata.looking_project %} |
| 71 | + <span class="font-body"> is |
| 72 | + <i class="far font-body fa-lightbulb gc-text-blue"></i> |
| 73 | + <span>Looking for a Project</span> |
| 74 | + </span> |
| 75 | + <br> |
| 76 | + {% endif %} |
| 77 | + {% if row.project %} |
| 78 | + <a href="{% url 'hackathon_project_page' hackathon=row.project.hackathon.slug project_id=row.project.id project_name=row.project.name|slugify %}" class="tag" data-toggle="tooltip" title="Go to {{ row.project.name }}">via {{ row.project.name }}</a> |
| 79 | + {% endif %} |
| 80 | + |
| 81 | + {% if row.hackathonevent %} |
78 | 82 | <a href="{% url 'hackathon' row.hackathonevent.slug %}townsquare/?tab=hackathon:{{row.hackathonevent.id}}" class="tag" data-toggle="tooltip" title="Go to {{ row.hackathonevent.name }} Townsquare">via {{ row.hackathonevent.name }}</a> |
79 | 83 | <a href="/townsquare/?tab=hackathon:{{ row.hackathonevent.id }}" data-toggle="tooltip" title="Filter {{ row.hackathonevent.name }} Posts"> |
80 | 84 | <i class="fas fa-filter"></i> |
|
0 commit comments