mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
delete travel and join travel implemented
This commit is contained in:
@@ -43,5 +43,11 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item item-body">
|
||||
Joined users:<br>
|
||||
<a ng-repeat="join in joins" ng-href="#/app/users/{{join.joinedUsername}}" class="button button-small button-dark">
|
||||
{{join.joinedUsername}}<br>
|
||||
</a>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
||||
Reference in New Issue
Block a user