Skip to content

Commit

Permalink
mejor orden de btns
Browse files Browse the repository at this point in the history
se me había olvidado poner este divcito el pug hehe
  • Loading branch information
juanbrujo committed Oct 9, 2016
1 parent 0143716 commit 17a5459
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions views/agencias.pug
Expand Up @@ -21,11 +21,12 @@ html
for link in agencias
li
span= link
button.btn.agencias-show(data-src=link) Ver
if /^http\:\/\/giphy\.com\/gifs\//.test(link)
button.btn.agencias-fix(data-src=link) Corregir
if token !== ''
button.btn.agencias-delete(data-src=link, data-token=token) Borrar
div
button.btn.agencias-show(data-src=link) Ver
if /^http\:\/\/giphy\.com\/gifs\//.test(link)
button.btn.agencias-fix(data-src=link) Corregir
if token !== ''
button.btn.agencias-delete(data-src=link, data-token=token) Borrar
.column-2
aside.agencias-preview
img#agencias-preview(src='', width='100%')
Expand Down

0 comments on commit 17a5459

Please sign in to comment.