Sha256: f3cc7055a4f37415b3c5204b765cd90f2566ee94ec57504b17f8f21c0e1a4ffc

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>BanalTodo1</title>
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>

    <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
    <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
  </head>

  <body>
    <h1><a href="/">eZii Operating System Start</a></h1>
    <%= yield %>
  </body>

  <script
    src="https://code.jquery.com/jquery-3.4.1.js"
    integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
    crossorigin="anonymous"></script>

    <script>
      Turbolinks.__visit = Turbolinks.visit
      Turbolinks.visit = false;
    </script>
  <textarea
  id="story" name="story"
          rows="5" cols="33"

          onClick="if(!confirm()) { return; };$.post('/code_change_requests', {code_change_request: {text: this.value}}, (data, status)=> { this.value = data;alert(this.value) });"
          >
  </textarea>

  <a class="embedly-card" href="https://www.reddit.com/r/ruby/comments/cv8bqf/how_could_ruby_help_with_ai/ey2ql5r">Card</a>
    <script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script>

  <footer>
    <!-- I wish i could render the following in the web browser somehow and then display it with an erb conditional -->
    <!-- Maybe it could work using artichoke -->
    <!-- 
        <widgetbot
          server="<%= ENV['DISCORD_SERVER_ID'] %>"
          channel="<%= ENV['DISCORD_CHANNEL_ID'] %>"
          width="800"
          height="600"
          shard="https://disweb.deploys.io"
        >
        </widgetbot>
        <script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
    -->
  </footer>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezii-os-0.0.0.1.0 app/views/layouts/application.html.erb