diff --git a/src/IDF/templates/base-simple.html b/src/IDF/templates/base-simple.html index 729639a..2a5cd1c 100644 --- a/src/IDF/templates/base-simple.html +++ b/src/IDF/templates/base-simple.html @@ -33,7 +33,7 @@
+
{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} | {trans 'Help'}
@@ -41,7 +41,7 @@+
{if !$user.isAnonymous()}{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} | {trans 'Help'}
{trans 'You also have the standard access keys:'}
+ +This is simple:
diff --git a/src/IDF/templates/issues/base.html b/src/IDF/templates/issues/base.html index ce20493..6582386 100644 --- a/src/IDF/templates/issues/base.html +++ b/src/IDF/templates/issues/base.html @@ -5,7 +5,7 @@ {trans 'Open issues'} {if !$user.isAnonymous()} | {trans 'New Issue'} | {trans 'My Issues'}{/if} | {superblock}