mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 03:05:13 +02:00
Screenshot resizing works in the UI now. Still missing rate limiting.
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
li(ng-repeat='shot in screenshots').cursor-select
|
||||
h5 {{ shot.body.date | date:'yyyy/MM/dd HH:mm:ss' }}
|
||||
a(ng-href='{{ shot.body.url }}', target='_blank')
|
||||
img(ng-src='{{ shot.body.url + shotSizeUrlParameter() }}')
|
||||
img(ng-src='{{ shot.body.href + shotSizeUrlParameter() }}')
|
||||
|
||||
.clearfix
|
||||
|
||||
Reference in New Issue
Block a user