viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

viper note - need to add created_at and format with <xmp> tag. #773

Closed cosrah closed 4 years ago

cosrah commented 4 years ago
  1. add created_at on note and tag model.

  2. add

    in file.html</p> </li> </ol> <p><code>&lt;div class="card-body"&gt;</code> <code>&lt;xmp&gt; {{ note.body }} &lt;/xmp&gt;</code> <code>&lt;/div&gt;</code></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/botherder"><img src="https://avatars.githubusercontent.com/u/1032671?v=4" />botherder</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>Viper web was moved here <a href="https://github.com/viper-framework/viper-web">https://github.com/viper-framework/viper-web</a>. Please make any bug reports or feature requests there.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>