mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-06 13:47:59 +02:00
Display error messages
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr
|
||||
ng-repeat="repo in repositories| filter:repoFiler| orderBy:orderBy"
|
||||
ng-repeat="repo in repositories| filter:repoFiler| orderBy:orderBy as filteredRepositories"
|
||||
>
|
||||
<th scope="row">{{$index + 1}}</th>
|
||||
<td>
|
||||
@@ -178,6 +178,10 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-hide="filteredRepositories.length">
|
||||
<td></td>
|
||||
<td>No Repository</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user