Project

General

Profile

« Previous | Next » 

Revision 56774

[Trunk|Connect]: New icons of home and about pages. Comment html on connect's pages and make them help texts.

View differences:

browse-community.component.html
7 7
       class="uk-position-top-right uk-card-badge portal-card-badge uk-width-1-2 uk-text-small uk-text-center">
8 8
    <span>Subscribed</span>
9 9
  </div>
10
  <div class="uk-card-media-top uk-padding uk-padding-remove-vertical community uk-flex uk-flex-center uk-flex-middle">
10
  <div class="uk-card-media-top uk-padding uk-padding-remove-vertical uk-flex uk-flex-center uk-flex-middle">
11 11
    <a (click)="confirmModalOpen()">
12
      <div>
12
      <div class="community">
13 13
        <img *ngIf="community.logoUrl != null && community.logoUrl != ''" src="{{community.logoUrl}}"
14 14
             alt="{{(community.title)?community.title:community.shortTitle}} logo">
15 15
        <span *ngIf="community.logoUrl == null || community.logoUrl == ''" class="uk-icon">

Also available in: Unified diff