diff --git a/app/views/explore.scala.html b/app/views/explore.scala.html index 690e33f..2589a9f 100644 --- a/app/views/explore.scala.html +++ b/app/views/explore.scala.html @@ -28,8 +28,9 @@

{{focus.value.fpapDsc}} ({{focus.value.year}})

- - + + +

Locate

diff --git a/public/javascripts/main.js b/public/javascripts/main.js index 5bc86fa..90cd054 100644 --- a/public/javascripts/main.js +++ b/public/javascripts/main.js @@ -49,6 +49,16 @@ app } } }) + .directive('biRequireLogin', function(){ + return { + restrict: 'E', + templateUrl: '/assets/templates/biReqLogin.html', + transclude: true, + controller: function($scope){ + + } + } + }) .directive('biCurtain', function(){ return { link: function(scope, elm, attrs){ diff --git a/public/templates/biReqLogin.html b/public/templates/biReqLogin.html new file mode 100644 index 0000000..0a9af30 --- /dev/null +++ b/public/templates/biReqLogin.html @@ -0,0 +1,6 @@ +
+ +
+ \ No newline at end of file diff --git a/public/templates/rateStub.html b/public/templates/rateStub.html index 41630b8..03cb3fc 100644 --- a/public/templates/rateStub.html +++ b/public/templates/rateStub.html @@ -4,8 +4,8 @@ - - Sign up / Log in to rate! + + ({{item.ratings}} ratings)