Skip to content

Commit

Permalink
show full author list to non-logged-in users on product page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpriem committed Mar 19, 2015
1 parent 2856dae commit b5fe2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion totalimpactwebapp/static/dist/Impactstory.js
Expand Up @@ -9181,7 +9181,7 @@ angular.module("product-page/product-page.tpl.html", []).run(["$templateCache",
"\n" +
" </span>\n" +
" <span class=\"value\" ng-show=\"!userOwnsThisProfile\">\n" +
" {{ biblio.display_authors }}\n" +
" <author-list authors=\"biblio.author_list\" truncate-len=\"999\"></author-list>\n" +
" </span>\n" +
"\n" +
" <span class=\"loading\" ng-show=\"loading.is('updateBiblio.authors')\">\n" +
Expand Down
Expand Up @@ -42,7 +42,7 @@ <h2 class="title">

</span>
<span class="value" ng-show="!userOwnsThisProfile">
{{ biblio.display_authors }}
<author-list authors="biblio.author_list" truncate-len="999"></author-list>
</span>

<span class="loading" ng-show="loading.is('updateBiblio.authors')">
Expand Down

0 comments on commit b5fe2b6

Please sign in to comment.