You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/16 02:31:11 UTC

[07/11] git commit: Added the search bar on the package details page

Added the search bar on the package details page


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/552c64ee
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/552c64ee
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/552c64ee

Branch: refs/heads/master
Commit: 552c64ee3b8d1c587cdfbf14b641dd6475f15146
Parents: 00f8788
Author: Josh Bavari <jo...@raisemore.com>
Authored: Tue Apr 8 16:27:56 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Tue Apr 8 16:27:56 2014 -0500

----------------------------------------------------------------------
 attachments/partials/views/packageDetails.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/552c64ee/attachments/partials/views/packageDetails.html
----------------------------------------------------------------------
diff --git a/attachments/partials/views/packageDetails.html b/attachments/partials/views/packageDetails.html
index 5317962..03764d3 100644
--- a/attachments/partials/views/packageDetails.html
+++ b/attachments/partials/views/packageDetails.html
@@ -1,6 +1,8 @@
+    <topbar></topbar>
 <div class="viewContainer row package-detail-rows">
     <div class="column-8--lap column-12--hand offset-2--lap">
 
+
         <div class="top-button">
             <a ng-click="backToSearch()"><i class="icon-left-dir"></i>Back to search results</a>
         </div>