Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/osf-components/addon/components/node-navbar/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
{{#if (if @node.isRegistration @node.userHasWritePermission @node.userHasReadPermission)}}
{{node-navbar/link node=@node useLinkTo=false destination='settings'}}
{{/if}}
{{#if @node.userHasAdminPermission}}
{{node-navbar/link node=@node useLinkTo=false destination='timestamp'}}
{{/if}}
</ul>
</BsCollapse>
</div>
Expand Down
1 change: 1 addition & 0 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ node_navbar:
metadata: Metadata
package: Export
workflow: Workflow
timestamp: Timestamp
status:
welcome_message: '<h1>Welcome to GakuNin RDM!</h1><p>Visit our <a href="https://openscience.zendesk.com/hc/en-us" target="_blank" rel="noreferrer">Guides</a> to learn about creating a project, or get inspiration from <a href="https://osf.io/explore/activity/#popularPublicProjects">popular public projects</a>.</p>'
alternate_email_error: 'The email address has <b>NOT</b> been added to your account. Please log out and revisit the link in your email. Thank you.'
Expand Down
1 change: 1 addition & 0 deletions translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ node_navbar:
metadata: メタデータ
package: エクスポート
workflow: ワークフロー
timestamp: 証跡管理
status:
welcome_message: '<h1>GakuNin RDMへようこそ!</h1><p><a href="https://openscience.zendesk.com/hc/en-us" target="_blank" rel="noreferrer">プロジェクトの作成方法について学ぶ</a>か、<a href="https://osf.io/explore/activity/#popularPublicProjects">一般的な公開プロジェクトからインスピレーションを得ます</a>。</p>'
alternate_email_error: '<b>メールアドレスがアカウントに追加されていません</ b>。 ログアウトして、メールのリンクを再確認してください。 ありがとうございました。'
Expand Down
Loading