File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<head >
18
18
<meta name =" layout" content =" ${ grailsApplication. config. skin. layout } " />
19
19
20
- <meta name =" breadcrumb" content =" Species lists" />
21
- <title >Species lists | ${ grailsApplication. config. skin. orgNameLong } </title >
20
+ <meta name =" breadcrumb" content =" ${ message(code : ' admin.lists.header ' , default : ' Species lists' ) } " />
21
+ <title >${ message(code : ' admin.lists.header ' , default : ' Species lists' ) } | ${ grailsApplication. config. skin. orgNameLong } </title >
22
22
</head >
23
23
24
24
<body class =" " >
Original file line number Diff line number Diff line change 27
27
<head >
28
28
<meta name =" layout" content =" ${ grailsApplication. config. skin. layout } " />
29
29
<meta name =" breadcrumb" content =" ${ speciesList? . listName } " />
30
- <meta name =" breadcrumbParent" content =" ${ request. contextPath } /,Species lists" />
30
+ <meta name =" breadcrumbParent" content =" ${ request. contextPath } /,${ message(code : ' admin.lists.header ' , default : ' Species lists' ) } " />
31
31
<script language =" JavaScript" type =" text/javascript" src =" ${ asset. assetPath(src: ' facets.js' ) } " ></script >
32
32
<script language =" JavaScript" type =" text/javascript" src =" ${ asset. assetPath(src: ' getQueryParam.js' ) } " ></script >
33
33
<script language =" JavaScript" type =" text/javascript"
You can’t perform that action at this time.
0 commit comments