Ver a proveniência

Layout tweaks

master
Adrian Short há 12 anos
ascendente
cometimento
a02891d215
2 ficheiros alterados com 1 adições e 3 eliminações
  1. +1
    -1
      app/assets/stylesheets/scaffolds.css.scss
  2. +0
    -2
      app/views/feeds/index.html.haml

+ 1
- 1
app/assets/stylesheets/scaffolds.css.scss Ver ficheiro

@@ -87,7 +87,7 @@ table {
}

td {
padding: 0 20px 20px 0;
padding: 0 20px 30px 0;
background-color: #fff;
}



+ 0
- 2
app/views/feeds/index.html.haml Ver ficheiro

@@ -17,8 +17,6 @@
%td
.feed_title
= link_to f.title, f
%br
=# link_to f.feed_url, f.feed_url
%td.right= f.posts.size
%td
- if f.last_fetched.nil?


Carregando…
Cancelar
Guardar