Sha256: 7ba8b9548163e8b29ddcb04911e19748c80ee4ac6e7fa118c0b2d7cc6ce92eb7

Contents?: true

Size: 763 Bytes

Versions: 8

Compression:

Stored size: 763 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Morion</title>
  <%= stylesheet_link_tag    "morion/application", media: "all" %>
  <%= javascript_include_tag "morion/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<div class="header is-morion strong">
  <div class="columns is-multiline is-vcentered">
    <div class="column is-4 has-text-centered">
      <%= image_tag "morion/morion_brand.png", class: 'brand' %>
      <p>Easy to see your Rails image assets</p>
    </div>
    <div class="column is-4 has-text-centered">
      <p>Click on <span class="fa fa-copy"></span> to copy Rails file path</p>
    </div>


    <div class="column is-4 has-text-centered">
      <a class="link is-info">GitHub</a>
    </div>
  </div>
</div>

  <%= yield %>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
morion-0.0.9 app/views/layouts/morion/application.html.erb
morion-0.0.8 app/views/layouts/morion/application.html.erb
morion-0.0.7 app/views/layouts/morion/application.html.erb
morion-0.0.6 app/views/layouts/morion/application.html.erb
morion-0.0.5 app/views/layouts/morion/application.html.erb
morion-0.0.4 app/views/layouts/morion/application.html.erb
morion-0.0.3 app/views/layouts/morion/application.html.erb
morion-0.0.1 app/views/layouts/morion/application.html.erb