Skip to content

Commit

Permalink
more seo page updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beckye67 committed Apr 18, 2016
1 parent 5e82993 commit 49c2fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Model/SeoABTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SeoABTest extends SeoAppModel {
*
* @var string
*/
public $displayField = 'title';
public $displayField = 'slug';

/**
* Validation rules
Expand Down Expand Up @@ -110,7 +110,7 @@ class SeoABTest extends SeoAppModel {
);

public $searchFields = array(
'SeoUri.uri', 'SeoABTest.title', 'SeoABTest.slug', 'SeoABTest.id'
'SeoUri.uri', 'SeoABTest.description', 'SeoABTest.slug', 'SeoABTest.id'
);

public $slots = array(
Expand Down
2 changes: 1 addition & 1 deletion View/Helper/SeoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function redmineLink($ticket_id = null) {
return $this->Html->link(
$ticket_id,
SeoUtil::getConfig('abTesting.redmine') . $ticket_id,
array('class' => 'btn btn-mini btn-info', 'target' => '_blank')
array('class' => 'btn btn-xs btn-info', 'target' => '_blank')
);
}

Expand Down

0 comments on commit 49c2fc1

Please sign in to comment.