mirror of https://github.com/CIRCL/AIL-framework
				
				
				
			chg: [chat explorer] improve basic chat card, add chat particpants btn + improve btn css
							parent
							
								
									ab54924bba
								
							
						
					
					
						commit
						d7b9aa2dd2
					
				|  | @ -77,7 +77,7 @@ | |||
|                         <span class="badge badge-info" style="font-size: 0.8rem;"> | ||||
|                             <i class="fas fa-user-circle"></i> Participants | ||||
|                         </span> | ||||
|                         {{meta["nb_participants"]}} | ||||
|                         <a class="btn btn-secondary border-white px-1 py-0"  style="font-size: 0.8rem" href="{{ url_for('chats_explorer.chats_explorer_chat_participants')}}?type=chat&subtype={{ meta['subtype'] }}&id={{ meta['id'] }}" data-toggle="tooltip" title="Show Chat Participants">{{ meta["nb_participants"] }}  </a> | ||||
|                     </span> | ||||
|                     {% if "nb_messages" in meta %} | ||||
|                         <span class="badge badge-dark"> | ||||
|  | @ -85,7 +85,7 @@ | |||
|                                 <i class="fas fa-user-circle"></i> | ||||
|                                 <i class="far fa-comment-dots"></i> | ||||
|                             </span> | ||||
|                             <a class="badge-primary px-1 py-0" href="{{ url_for('chats_explorer.objects_user_account_chat') }}?subtype={{ meta['subtype'] }}&id={{ main_obj_id }}&chat_id={{ meta['id'] }}">{{ meta["nb_messages"] }}  </a> | ||||
|                             <a class="btn btn-primary border-white px-1 py-0"  style="font-size: 0.8rem" href="{{ url_for('chats_explorer.objects_user_account_chat') }}?subtype={{ meta['subtype'] }}&id={{ main_obj_id }}&chat_id={{ meta['id'] }}" data-toggle="tooltip" title="Show User Messages">{{ meta["nb_messages"] }}  </a> | ||||
|                         </span> | ||||
|                     {% endif %} | ||||
|                 </div> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 terrtia
						terrtia