mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
post new offering travel, and user page
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
|
||||
<a ng-repeat="user in users | orderBy: 'date'" class="item item-avatar" ng-href="#/app/users/{{user.username}}">
|
||||
<img ng-src="img/avatars/{{user.avatar}}.png">
|
||||
<img ng-src="{{user.avatar}}">
|
||||
<h2>{{user.username}}</h2>
|
||||
<p>
|
||||
{{user.description}}
|
||||
|
||||
Reference in New Issue
Block a user