|
36 | 36 | </div>
|
37 | 37 | <div class="full-width list-group" style="border-radius: 0;">
|
38 | 38 | <!-- {{>nav_side}} -->
|
39 |
| -<a class="list-group-item" href="/profile"> |
| 39 | +<a class="list-group-item" href="/new/profile"> |
40 | 40 | <i aria-hidden="true" class="fa fa-user fa-fw"></i> TU PERFIL
|
41 | 41 | </a>
|
42 |
| -<a class="list-group-item" href="/yourcommercial"> |
| 42 | +<a class="list-group-item" href="/new/yourcommercial"> |
43 | 43 | <i aria-hidden="true" class="fa fa-object-group fa-fw"></i> TUS ANUNCIOS
|
44 | 44 | </a>
|
45 |
| -<a class="list-group-item" href="/yourcommercialsold"> |
| 45 | +<a class="list-group-item" href="/new/yourcommercialsold"> |
46 | 46 | <i aria-hidden="true" class="fa fa-object-group fa-fw"></i> TUS ANUNCIOS VENDIDOS
|
47 | 47 | </a>
|
48 |
| -<a class="list-group-item active" href="/favorites"> |
| 48 | +<a class="list-group-item active" href="/new/favorites"> |
49 | 49 | <i aria-hidden="true" class="fa fa-heart-o fa-fw"></i> FAVORITOS
|
50 | 50 | </a>
|
51 | 51 | <span *ngIf="loginService.isAdmin()">
|
52 |
| - <a class="list-group-item" href="/category"> |
| 52 | + <a class="list-group-item" href="/new/category"> |
53 | 53 | <i aria-hidden="true" class="fa fa-object-group fa-fw"></i> GESTIÓN CATEGORÍAS
|
54 | 54 | </a>
|
55 |
| - <a class="list-group-item" href="/reports"> |
| 55 | + <a class="list-group-item" href="/new/reports"> |
56 | 56 | <i aria-hidden="true" class="fa fa-object-group fa-fw"></i> GESTIÓN REPORTES
|
57 | 57 | </a>
|
58 | 58 | </span>
|
|
77 | 77 | <img alt="" class="img-responsive" src="/api/favorites/{{favorite.id_FAVORITE}}/image">
|
78 | 78 | </figure>
|
79 | 79 | <div class="full-width post-info">
|
80 |
| - <a class="full-width post-info-title" href="/post/{{articles[i].id_ARTICLE}}">{{articles[i].title}}</a> |
| 80 | + <a class="full-width post-info-title" href="/new/post/{{articles[i].id_ARTICLE}}">{{articles[i].title}}</a> |
81 | 81 | <p class="full-width post-info-price">{{articles[i].price}}€</p>
|
82 | 82 | <span class="post-info-zone">{{articles[i].city}}</span>
|
83 | 83 | <span class="post-info-date">{{articles[i].date}}</span>
|
|
0 commit comments