Add link to diff() (#575)

This commit is contained in:
Xavier Guimard 2016-03-23 05:40:43 +00:00
parent cf5d05682c
commit 510d34eabe
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<h3 class="panel-title">
<span ng-if="!currentCfg.next" trspan="currentConfiguration"></span>
<span ng-if="currentCfg.next" trspan="loadedConfiguration"></span>
<i ng-if="currentCfg.prev">(<a trspan="diffWithPrevious" target="_blank" href="{{scriptname}}/diff.html#/{{currentCfg.cfgNum}}"></a>)</i>
</h3>
</div>
<table class="table table-striped">

View File

@ -162,6 +162,7 @@
"demoExportedVars": "Exported variables",
"demoParams": "Demonstration parameters",
"description": "Description",
"diffWithPrevious": "difference with previous",
"disabled": "Disabled",
"done": "done",
"dones": "Done",

View File

@ -162,6 +162,7 @@
"demoExportedVars": "Variables exportées",
"demoParams": "Paramètres démonstration",
"description": "Description",
"diffWithPrevious": "différence avec la précédente",
"disabled": "Désactivé",
"done": "validée",
"dones": "Validées",