From 06b42b3630c77cf5a7a92bbf5c0585171d65c748 Mon Sep 17 00:00:00 2001 From: Tristan Olive Date: Mon, 7 Apr 2014 11:03:05 -0400 Subject: [PATCH] Fixed template override regression A change to the friend page templates was too broad and broke the friend block on the account page. Renamed the template file to be more specific and only apply to friend pages. (DBOINCP-96) --- ...tpl.php => views-view-field--boinc-friends--page--uid.tpl.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drupal/sites/default/boinc/themes/boinc/templates/{views-view-field--boinc-friends--uid.tpl.php => views-view-field--boinc-friends--page--uid.tpl.php} (100%) diff --git a/drupal/sites/default/boinc/themes/boinc/templates/views-view-field--boinc-friends--uid.tpl.php b/drupal/sites/default/boinc/themes/boinc/templates/views-view-field--boinc-friends--page--uid.tpl.php similarity index 100% rename from drupal/sites/default/boinc/themes/boinc/templates/views-view-field--boinc-friends--uid.tpl.php rename to drupal/sites/default/boinc/themes/boinc/templates/views-view-field--boinc-friends--page--uid.tpl.php