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(
|
||||
'<p>'.$i18n->get("commit accepted").'</p>'
|
||||
.'<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>
|
||||
</ul>'
|
||||
);
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'back to home' => {
|
||||
message => q|Back to home.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'version tags' => {
|
||||
message => q|Version Tags|,
|
||||
lastUpdated => 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue