details: http://www.bx.psu.edu/hg/galaxy/rev/153e7dd5ba1e changeset: 3579:153e7dd5ba1e user: Nate Coraor <nate@bx.psu.edu> date: Tue Mar 30 09:34:56 2010 -0400 description: Only display history name/rename if logged in diffstat: templates/root/history.mako | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diffs (15 lines): diff -r 2f4807d6c38c -r 153e7dd5ba1e templates/root/history.mako --- a/templates/root/history.mako Mon Mar 29 14:54:23 2010 -0400 +++ b/templates/root/history.mako Tue Mar 30 09:34:56 2010 -0400 @@ -410,9 +410,11 @@ <div id="history-name-area" class="historyLinks"> + %if trans.get_user(): <div id="history-name-container"> <div id="history-name" class="tooltip editable-text" title="Click to rename history">${history.get_display_name() | h}</div> </div> + %endif </div>