Sha256: 73897e548e55968f81c8ce998682569af0db01ceb74879380714df4ab26c6437
Contents?: true
Size: 800 Bytes
Versions: 2
Compression:
Stored size: 800 Bytes
Contents
<div style="background-color:#F0F8FF;"> <h1 style="display: inline-block;margin: 3px 10px;"> <a href="https://github.com/ohiodn8/file-explorer" target="_blank">File Explorer</a> </h1> <br><br> </div> <% if notice %> <br><h2 id="notice"><%= notice %></h2> <% end %> <div style="margin: 25px 50px;"> <table> <tr> <th><h2>/<%= params[:path] %></h2></th> <th><%= link_to image_tag("/assets/file_explorer/arrow-circle-left.svg", class: "icon wk"), :back %></th> <th> <% if current_page?('/file_explorer') %> <%= Dir.pwd %> <% else %> <a href="/file_explorer"><img src="/assets/file_explorer/home.svg" alt="home" class="icon wk"><br> <b>System Root Path</b></a> <% end %> </th> </tr> </table><br> <pre> <%= @file %> </pre> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
file_explorer-0.1.1 | app/views/file_explorer/index/file.html.erb |
file_explorer-0.1.0 | app/views/file_explorer/index/file.html.erb |