pajuan commited on
Commit
fc2df7d
verified
1 Parent(s): 011bb37

Update ui.R

Browse files
Files changed (1) hide show
  1. ui.R +3 -1
ui.R CHANGED
@@ -20,7 +20,9 @@ shinyUI(
20
  selectInput('theme_code', 'Tema editor', choices = themes, selected = 'ambiance'),
21
  downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
22
  downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
23
- tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente") )
 
 
24
  ),#
25
  mainPanel(
26
  actionButton("toggleSidebar", "Opciones"),
 
20
  selectInput('theme_code', 'Tema editor', choices = themes, selected = 'ambiance'),
21
  downloadButton('save_code', 'Guardar codigo', icon = icon('save')),
22
  downloadButton('save_knit', 'Guardar knitr', icon = icon('save')),
23
+ tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "Ver C贸digo Fuente"),
24
+ tags$a(href = "https://github.com/pablovanegas/runr", target = "_blank", class = "btn btn-default shiny-bound-input", "YALM generator")
25
+ )
26
  ),#
27
  mainPanel(
28
  actionButton("toggleSidebar", "Opciones"),