Sha256: 912ddc53f8867e6ed55280e82ce5e23a4ffbbfa36e80f664209d48673ed761e3

Contents?: true

Size: 462 Bytes

Versions: 5

Compression:

Stored size: 462 Bytes

Contents

<!-- @path.class.new because implementation could change -->
<%# @path.class.new because implementation could change  %>
<%= "<h1>Admin</h1>".html_safe if params[:admin] %>

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



Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jester-data-8.0.0 app/views/ezii_os_files/show.html.erb
ezii-os-5.2.1 app/views/ezii_os_files/show.html.erb
ezii-os-2.0.1 app/views/ezii_os_files/show.html.erb
ezii-os-1.1.0 app/views/ezii_os_files/show.html.erb
ezii-os-1.0.0 app/views/ezii_os_files/show.html.erb