Sha256: 3e8dbc6932d565309d0c13237593a58b9d40b027dd438db8be3c1b63f27e3773

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

<% if File.exist?(@path.file_system_path) %>
  <%= render 'wit_ai_widget', file_path: @path.file_systems_path %>
<% elsif File.exist?(@path.local_file_system_path) %>
  <%= render 'wit_ai_widget', file_path: @path.local_file_system_path %>
<% end %>

<br />

<% if @path.https_url.present? %>
  <%= render 'wit_ai_widget', file_path: @path.file_systems_path %>
  <iframe src=<%= @path.https_url %> width="600" height="780" style="border: none;"> </iframe>
<% end %>



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ezii-os-0.0.0.1.0 app/views/ezii_os_files/show.html.erb
ezii-os-0.0.0.0.1 app/views/ezii_os_files/show.html.erb