Skip to content

Commit

Permalink
Update about section - Add links to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv74 committed May 25, 2019
1 parent a68471f commit e46043b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions kanoon/R/about_application.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ about_application <- function() {
# ))),c("NA")c("NA")
tags$br(),
fluidRow(column(width = 2,
tags$b("Source code")),
tags$b("Source Code")),
column(width = 10,
tags$p(
tags$a(href = "https://github.com/apoorv74/IKreporteR/issues", 'View on GitHub')
tags$p('View on ',
tags$a(href = "https://github.com/apoorv74/IKreporteR/issues", shiny::icon('github'))
))),
tags$br(),
fluidRow(column(width = 2,
tags$b("Documentation")),
column(width = 10,
tags$p('How to use the application - ',
tags$a(href = "https://github.com/apoorv74/IKreporteR/wiki/Introduction", shiny::icon('file'))
))),
tags$br(),
fluidRow(column(width = 2,
Expand Down

0 comments on commit e46043b

Please sign in to comment.