From b2673656342a647f7a9b541ae846779c70511156 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Fri, 28 Mar 2008 00:31:24 +0000 Subject: [PATCH] ActionItem51: quase pronto --- app/views/category/_article.rhtml | 10 +++++++++- app/views/category/_category.rhtml | 16 ++++++++++++---- app/views/category/view.rhtml | 2 ++ app/views/layouts/application.rhtml | 6 ++++-- public/designs/themes/default/images/bg-top-azul.png | Bin 0 -> 80629 bytes public/designs/themes/default/images/bg-top-cinza.jpg | Bin 0 -> 13747 bytes public/designs/themes/default/images/bg-top-laranja.png | Bin 0 -> 77996 bytes public/designs/themes/default/images/bg-top-lilas.png | Bin 0 -> 80914 bytes public/designs/themes/default/images/bg-top-verde.png | Bin 0 -> 84113 bytes public/designs/themes/default/images/bg-top-vermelho.png | Bin 0 -> 71928 bytes public/designs/themes/default/stylesheets/common.css | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/images/bg-top-azul.png | Bin 80629 -> 0 bytes public/images/bg-top-cinza.jpg | Bin 13747 -> 0 bytes public/images/bg-top-laranja.png | Bin 77996 -> 0 bytes public/images/bg-top-lilas.png | Bin 80914 -> 0 bytes public/images/bg-top-verde.png | Bin 84113 -> 0 bytes public/images/bg-top-vermelho.png | Bin 71928 -> 0 bytes public/images/bg_bgheader.png | Bin 229 -> 0 bytes public/stylesheets/button.css | 20 ++++++++++---------- public/stylesheets/common.css | 140 -------------------------------------------------------------------------------------------------------------------------------------------- 20 files changed, 191 insertions(+), 157 deletions(-) create mode 100644 public/designs/themes/default/images/bg-top-azul.png create mode 100644 public/designs/themes/default/images/bg-top-cinza.jpg create mode 100644 public/designs/themes/default/images/bg-top-laranja.png create mode 100644 public/designs/themes/default/images/bg-top-lilas.png create mode 100644 public/designs/themes/default/images/bg-top-verde.png create mode 100644 public/designs/themes/default/images/bg-top-vermelho.png create mode 100644 public/designs/themes/default/stylesheets/common.css delete mode 100644 public/images/bg-top-azul.png delete mode 100644 public/images/bg-top-cinza.jpg delete mode 100644 public/images/bg-top-laranja.png delete mode 100644 public/images/bg-top-lilas.png delete mode 100644 public/images/bg-top-verde.png delete mode 100644 public/images/bg-top-vermelho.png delete mode 100644 public/images/bg_bgheader.png diff --git a/app/views/category/_article.rhtml b/app/views/category/_article.rhtml index 83ee999..6f7c9e0 100644 --- a/app/views/category/_article.rhtml +++ b/app/views/category/_article.rhtml @@ -1 +1,9 @@ -
  • <%= _('"%s", by %s. Last update: %s.') % [link_to(article.title, article.url), link_to(article.last_changed_by.name, article.last_changed_by.url), show_date(article.updated_on) ] %>
  • +
  • + <%= link_to(article.title, article.url) %> +
    + <%= + _('by %s') % link_to(article.last_changed_by.name, article.last_changed_by.url) + %> + <%= _('Last update: %s.') % show_date(article.updated_on) %> +
    +
  • diff --git a/app/views/category/_category.rhtml b/app/views/category/_category.rhtml index de35a9d..ae00189 100644 --- a/app/views/category/_category.rhtml +++ b/app/views/category/_category.rhtml @@ -1,16 +1,24 @@

    <%= _('Recent articles') %>

    -