diff --git a/help/example-author-block.html b/help/example-author-block.html index e8c11e13eb124eddd473cbd7be5dc12ce50d8d5a..a8dd7964e6b384035d021d55df1df1b35b70fe82 100644 --- a/help/example-author-block.html +++ b/help/example-author-block.html @@ -67,7 +67,7 @@

There are still a few remaining things to do before our view is complete. For example, we said that the block was to show recent blog entries, but instead it's showing them in the order they were entered, with oldest on top. Additionally, even unpublished entries are showing in the list currently.

    -
  1. Return to the recent_blog_entries view edit page.
  2. +
  3. Return to the recent_blog_entries view edit page.
  4. Add an additional filter by clicking the + icon in the Filters section in the fourth column.
  5. Change Groups to Node and select Node: Published. Click Add.
  6. Under the Published selection, choose Yes and click Update.
  7. diff --git a/theme/theme.inc b/theme/theme.inc index 147b085c5cb84bceda5f5800c2b8d6b23fce727a..a1840e72da950affcabfb8c327cca1c1824ff73f 100644 --- a/theme/theme.inc +++ b/theme/theme.inc @@ -90,7 +90,7 @@ function template_preprocess_views_view(&$vars) { 'views-edit' => array( 'title' => t('Edit view'), 'attributes' => array('title' => t("Edit this view")), - 'href' => "admin/structure/views/edit/$view->name", + 'href' => "admin/structure/views/view/$view->name", 'fragment' => 'views-tab-' . $view->current_display, 'query' => drupal_get_destination(), ),