From 6de432b3da022b7bfefc9c553176c5386bc6c140 Mon Sep 17 00:00:00 2001 From: Yuki K Date: Thu, 15 Sep 2016 00:29:39 -0400 Subject: [PATCH] TESTING - Removed some section titles and edited CSS --- app/views/post/_search.php | 3 +-- app/views/post/_tags.php | 3 +-- app/views/post/index.php | 3 +-- .../assets/application-0b1f0761b0f488c409a80b516518e0e1.css | 6 +++--- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/views/post/_search.php b/app/views/post/_search.php index 6465304..577d08d 100755 --- a/app/views/post/_search.php +++ b/app/views/post/_search.php @@ -1,5 +1,4 @@ -
-
t('.title') ?>
+
formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
diff --git a/app/views/post/_tags.php b/app/views/post/_tags.php index e5a23c7..329dbaa 100755 --- a/app/views/post/_tags.php +++ b/app/views/post/_tags.php @@ -2,8 +2,7 @@ !isset($this->include_tag_hover_highlight) && $this->include_tag_hover_highlight = false; !isset($this->include_tag_reverse_aliases) && $this->include_tag_reverse_aliases = false; ?> -
-
t('.title') ?>
+
tags['exclude']) && print $this->tag_links($this->tags['exclude'], array('prefix' => '-', 'with_hover_highlight' => 'true', 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?> tags['include']) && print $this->tag_links($this->tags['include'], array('with_aliases' => $this->include_tag_reverse_aliases, 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?> diff --git a/app/views/post/index.php b/app/views/post/index.php index 3b4169d..12cbfac 100755 --- a/app/views/post/index.php +++ b/app/views/post/index.php @@ -20,8 +20,7 @@