File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ datasets.title=Datasets
2222datasets.trashtitle=Datasets in Trash
2323dataset.title=Dataset
2424dataset.description=Description
25+ extractors.title=Extractors
26+ extractors.description=Description
2527publicationrequest.description=Abstract
2628collections.title=Collections
2729collections.trashtitle=Collections in Trash
You can’t perform that action at this time.
0 commit comments