add preferences link to the index page
This commit is contained in:
parent
d9995ba259
commit
cbc9929b92
@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<div id="openrefine-version"></div>
|
<div id="openrefine-version"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="preferences" id="or-index-pref"></a></li>
|
||||||
<li><a href="https://github.com/OpenRefine/OpenRefine/wiki/Documentation-For-Users" id="or-index-help"></a></li>
|
<li><a href="https://github.com/OpenRefine/OpenRefine/wiki/Documentation-For-Users" id="or-index-help"></a></li>
|
||||||
<li><a href="about.html" id="or-index-about"></a></li>
|
<li><a href="about.html" id="or-index-about"></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -202,6 +202,7 @@ $(function() {
|
|||||||
Refine.selectActionArea('create-project');
|
Refine.selectActionArea('create-project');
|
||||||
|
|
||||||
$("#slogan").text($.i18n._('core-index')["slogan"]+".");
|
$("#slogan").text($.i18n._('core-index')["slogan"]+".");
|
||||||
|
$("#or-index-pref").text($.i18n._('core-index')["preferences"]);
|
||||||
$("#or-index-help").text($.i18n._('core-index')["help"]);
|
$("#or-index-help").text($.i18n._('core-index')["help"]);
|
||||||
$("#or-index-about").text($.i18n._('core-index')["about"]);
|
$("#or-index-about").text($.i18n._('core-index')["about"]);
|
||||||
$("#or-index-noProj").text($.i18n._('core-index')["no-proj"]+".");
|
$("#or-index-noProj").text($.i18n._('core-index')["no-proj"]+".");
|
||||||
|
Loading…
Reference in New Issue
Block a user