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