back to home rather than back to site
This commit is contained in:
parent
414dfde9c3
commit
572aea7627
2 changed files with 6 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ sub www_commitVersionTagConfirm {
|
||||||
return $ac->render(
|
return $ac->render(
|
||||||
'<p>'.$i18n->get("commit accepted").'</p>'
|
'<p>'.$i18n->get("commit accepted").'</p>'
|
||||||
.'<ul>
|
.'<ul>
|
||||||
<li><a href="'.$default->getUrl.'">'.$i18n->get("493","WebGUI").'</a></li>
|
<li><a href="'.$default->getUrl.'">'.$i18n->get("back to home").'</a></li>
|
||||||
<li><a href="'.$default->getUrl("op=manageVersions").'">'.$i18n->get("manage versions").'</a></li>
|
<li><a href="'.$default->getUrl("op=manageVersions").'">'.$i18n->get("manage versions").'</a></li>
|
||||||
</ul>'
|
</ul>'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,11 @@ our $I18N = {
|
||||||
lastUpdated => 0
|
lastUpdated => 0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'back to home' => {
|
||||||
|
message => q|Back to home.|,
|
||||||
|
lastUpdated => 0
|
||||||
|
},
|
||||||
|
|
||||||
'version tags' => {
|
'version tags' => {
|
||||||
message => q|Version Tags|,
|
message => q|Version Tags|,
|
||||||
lastUpdated => 0
|
lastUpdated => 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue