Skip to content

Commit

Permalink
Download desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Sep 2, 2017
1 parent bd8fe52 commit 3c745e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/elements/main-app/select-mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}

.logo {
width: 150px;
height: 150px;
width: 100px;
height: 100px;
}

.title {
Expand Down Expand Up @@ -43,11 +43,20 @@
.button-code:after {
content: 'Usar código';
}

.download-desktop {
position: absolute;
right: 1px;
}
</style>

<template>
<editor-toolbar tools="none"></editor-toolbar>
<div class="content">
<div class="download-desktop">
<a href="https://github.com/gobstones/gobstones-web-desktop/releases">[[localize("download-desktop")]]</a>
</div>

<div class="title">
<img class="logo" src="../../images/logo.png" />
<h1>Gobstones Web</h1>
Expand Down
2 changes: 2 additions & 0 deletions app/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"code": "Código",
"columns": "columnas",
"disable": "Desactivar",
"download-desktop": "Descargar versión de escritorio",
"enable": "Activar",
"error-loading-project": "No se ha podido descargar el proyecto",
"execute": "Ejecutar",
Expand Down Expand Up @@ -73,6 +74,7 @@
"code": "Code",
"columns": "columns",
"disable": "Disable",
"download-desktop": "Download desktop version",
"enable": "Enable",
"error-loading-project": "The project cannot be loaded",
"execute": "Run",
Expand Down

0 comments on commit 3c745e6

Please sign in to comment.