diff --git a/public/css/zerobin.css b/public/css/zerobin.css index 63adc97..e05e9e2 100644 --- a/public/css/zerobin.css +++ b/public/css/zerobin.css @@ -28,3 +28,5 @@ a.zerobin { a.zerobin.create { background-image: url('/img/pcreate.png'); } a.zerobin.download { background-image: url('/img/pdownload.png'); } +a.zerobin.upload { background-image: url('/img/upload.png'); } +a.zerobin.latest { background-image: url('/img/images.png'); } diff --git a/templates/imgbin/create.html.ep b/templates/imgbin/create.html.ep index 4de34db..c0390f4 100644 --- a/templates/imgbin/create.html.ep +++ b/templates/imgbin/create.html.ep @@ -16,9 +16,7 @@ <%= select_field 'expire' => \@times %> % if (config->{imgbin}->{show_latest}) { - - <%= link_to l('Latest images') => "/imgbin/latest" %> - + <%= link_to l('Latest images') => "/imgbin/latest", class => 'zerobin latest' %> % }
Копипаст ↓↓↓ или файл → - +