Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
adrianshort
/
armchairauditor
şunun yansıması
https://github.com/adrianshort/armchairauditor.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
Improved print styles and CSV download buttons
pull/3/head
Adrian Short
14 yıl önce
ebeveyn
4b1a86496b
işleme
efe0096970
5 değiştirilmiş dosya
ile
17 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+6
-0
public/print.css
+7
-0
public/style.css
+2
-0
views/layout.haml
+1
-1
views/service.haml
+1
-1
views/supplier.haml
+ 6
- 0
public/print.css
Dosyayı Görüntüle
@@ -6,4 +6,10 @@
body
{
margin: 0 auto;
}
a, a:visited
{
color: #000;
background-color: #fff;
}
+ 7
- 0
public/style.css
Dosyayı Görüntüle
@@ -120,3 +120,10 @@ tr
{
border: 0;
}
.download a, .download a:visited
{
margin: 15px 0;
padding: 7px;
background-color: red;
}
+ 2
- 0
views/layout.haml
Dosyayı Görüntüle
@@ -36,3 +36,5 @@
%a{ :href => '/suppliers' } Suppliers
%p
%a{ :href => '/about' } About this website
%p
%a{ :href => 'http://adrianshort.co.uk/' } Designed by Adrian Short
+ 1
- 1
views/service.haml
Dosyayı Görüntüle
@@ -8,7 +8,7 @@
%a{ :href => '/services' } Services
%li
= @service.name
%p
%p
.noprint.download
%a{ :href => "/services/#{@service.id}.csv" }
Download data as CSV
+ 1
- 1
views/supplier.haml
Dosyayı Görüntüle
@@ -9,7 +9,7 @@
%li
= @supplier.name
%p.noprint
%p.noprint
.download
%a{ :href => "/suppliers/#{@supplier.id}.csv" }
Download data as CSV
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet