瀏覽代碼

Added 'Fork me on GitHub' ribbon to About/Support pane. Closes #57.

n1474335 8 年之前
父節點
當前提交
6642471164
共有 7 個文件被更改,包括 4 次插入1 次删除
  1. 0 0
      build/prod/cyberchef.htm
  2. 二進制
      build/prod/images/fork_me.png
  3. 0 0
      build/prod/index.html
  4. 0 0
      build/prod/scripts.js
  5. 3 0
      src/html/index.html
  6. 二進制
      src/static/images/fork_me.png
  7. 1 1
      src/static/stats.txt

文件差異過大導致無法顯示
+ 0 - 0
build/prod/cyberchef.htm


二進制
build/prod/images/fork_me.png


文件差異過大導致無法顯示
+ 0 - 0
build/prod/index.html


文件差異過大導致無法顯示
+ 0 - 0
build/prod/scripts.js


+ 3 - 0
src/html/index.html

@@ -365,6 +365,9 @@
                     <div class="modal-footer">
                     <div class="modal-footer">
                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                         <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                     </div>
                     </div>
+                    <a href="https://github.com/gchq/CyberChef">
+                        <img style="position: absolute; top: 0; right: 0; border: 0;" src="images/fork_me.png" alt="Fork me on GitHub">
+                    </a>
                 </div>
                 </div>
             </div>
             </div>
         </div>
         </div>

二進制
src/static/images/fork_me.png


+ 1 - 1
src/static/stats.txt

@@ -1,5 +1,5 @@
 210	source files
 210	source files
-114779	lines
+114832	lines
 4.3M	size
 4.3M	size
 
 
 141	JavaScript source files
 141	JavaScript source files

部分文件因文件數量過多而無法顯示