added #s
This commit is contained in:
parent
1c950e406f
commit
8148e6422b
@ -31,7 +31,7 @@
|
||||
<th>Admin</th>
|
||||
</tr>
|
||||
<tr ng-repeat="version in versions">
|
||||
<td><a href="/deploy/version/{{version.id_deploy_version}}">{{version.id_deploy_version}}</td>
|
||||
<td><a href="/deploy/version/{{version.id_deploy_version}}">#{{version.id_deploy_version}}</td>
|
||||
<td>{{version.server.name}}</td>
|
||||
<td>{{version.timestamp*1000 | date:'MM/dd @ HH:mm'}}</td>
|
||||
<td>
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
<th>Admin</th>
|
||||
</tr>
|
||||
<tr ng-repeat="version in versions">
|
||||
<td><a href="/deploy/version/{{version.id_deploy_version}}">{{version.id_deploy_version}}</td>
|
||||
<td><a href="/deploy/version/{{version.id_deploy_version}}">#{{version.id_deploy_version}}</td>
|
||||
<td>{{version.server.name}}</td>
|
||||
<td>{{version.timestamp*1000 | date:'MM/dd @ HH:mm'}}</td>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user