Corrige visualización del botón de clonado
Sólo afecta al plugin Redmine Git Server. Tambien añade los textos en español que no están incluidos en el plugin original.
This commit is contained in:
parent
4b46a7472e
commit
7f92b9aa9e
2 changed files with 13 additions and 0 deletions
9
plugins/redmine_git_server/config/locales/es.yml
Normal file
9
plugins/redmine_git_server/config/locales/es.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
es:
|
||||
project_module_git_server: Git Server
|
||||
clone: Clonar
|
||||
clone_with_protocol: Clonar usando %{protocol}
|
||||
use_git_with_this_web_url: Usar Git con esta URL.
|
||||
url_copied: URL copiada al portapapeles
|
||||
git_read_write_access: Acceso de lectura/escritura.
|
||||
git_read_only_access: Acceso de sólo lectura.
|
||||
empty_repository: Este repositorio está vacío.
|
|
@ -1305,6 +1305,10 @@ input[type="submit"].small {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.clone-wrapper .clone-button {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
19. GANTT CHART */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue