Skip to content

Commit 8e27b41

Browse files
committed
Expose catalog to all authenticated users
1 parent 8cc9afa commit 8e27b41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/views/main.scala.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
}
111111
<li><a href="@routes.Datasets.list(showOnlyShared = play.Play.application().configuration().getBoolean("showOnlySharedInExplore"))"><span class="glyphicon glyphicon-briefcase"> </span> @Messages("datasets.title")</a></li>
112112
<li><a href="@routes.Collections.list(showOnlyShared = play.Play.application().configuration().getBoolean("showOnlySharedInExplore"))"><span class="glyphicon glyphicon-th-large"> </span> @Messages("collections.title")</a></li>
113+
<li><a href="@routes.Extractors.selectExtractors()"><span class="glyphicon glyphicon-th-large"> </span> @Messages("extractors.title")</a></li>
113114
@if(play.api.Play.current.plugin[services.StagingAreaPlugin].isDefined){
114115
<li><a href="@routes.CurationObjects.getPublishedData("")"><span class="glyphicon glyphicon-book"></span> Published Data</a></li>
115116
}

conf/messages

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ datasets.title=Datasets
2222
datasets.trashtitle=Datasets in Trash
2323
dataset.title=Dataset
2424
dataset.description=Description
25+
extractors.title=Extractors
26+
extractors.description=Description
2527
publicationrequest.description=Abstract
2628
collections.title=Collections
2729
collections.trashtitle=Collections in Trash

0 commit comments

Comments
 (0)