mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Added 'Report a bug' tab to the 'About/Support' pane.
This commit is contained in:
parent
6eacd213a3
commit
4f0d153e73
12 changed files with 65 additions and 18 deletions
|
@ -181,6 +181,7 @@ module.exports = function(grunt) {
|
|||
|
||||
var templateOptions = {
|
||||
data: {
|
||||
compileTime: grunt.template.today("dd/mm/yyyy HH:MM:ss") + " UTC",
|
||||
compileMsg: grunt.option("compile-msg") || grunt.option("msg") || "",
|
||||
codebaseStats: grunt.file.read("src/static/stats.txt").split("\n").join("<br>")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue