i18n DebugLogView
// FREEBIE
This commit is contained in:
parent
1d6e391dd6
commit
c6956f81d0
3 changed files with 21 additions and 4 deletions
|
@ -303,15 +303,16 @@
|
|||
</script>
|
||||
<script type='text/x-tmpl-mustache' id='debug-log'>
|
||||
<a class='x close'>×</a>
|
||||
<h1> Submit Debug Log </h1>
|
||||
<h1>{{ title }}</h1>
|
||||
<p> {{ debugLogExplanation }}</p>
|
||||
<form>
|
||||
<textarea rows='5'></textarea>
|
||||
<input class='submit' type='submit' value='Create Public Gist' />
|
||||
<button class='close'>Cancel</button>
|
||||
<input class='submit' type='submit' value='{{ submit }}' />
|
||||
<button class='close'>{{ cancel }}</button>
|
||||
</form>
|
||||
<div class='result'>
|
||||
<a target='_blank'></a>
|
||||
<div><button class='close'>Got it!</button></div>
|
||||
<div><button class='close'>{{ close }}</button></div>
|
||||
</div>
|
||||
</script>
|
||||
<script type='text/javascript' src='js/debugLog.js'></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue