Sha256: 28139976d9d736e6ee8a9edcd49b33b10d753619df8376b710b8931fcd7af82d

Contents?: true

Size: 981 Bytes

Versions: 2

Compression:

Stored size: 981 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Bario Web</title>
    <meta charset="utf-8">
    <meta name="description" content="Bario web dashboard">
    <meta name="author" content="Jose Galisteo">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link href="<%=url_path 'static/bootstrap.min.css'%>" rel="stylesheet" type="text/css"/>
    <link href="<%=url_path 'static/style.css' %>" rel="stylesheet" type="text/css"/>
  </head>
  <body>
    <nav class="navbar navbar-expand-md navbar-dark bg-dark">
      <a class="navbar-brand" href="<% url_path "/" %>">Bario</a>
      <div class="collapse navbar-collapse" id="navbarsExampleDefault">
        <div class="mr-auto"></div>

        <form action='<%= delete_all_path %>' method="post">
          <button type="submit" class="btn btn-danger btn-sm">Delete all</button>
        </form>
      </div>
    </nav>
    <%= yield %>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bario-0.1.1 lib/bario/web/views/layout.erb
bario-0.1.0 lib/bario/web/views/layout.erb