Sha256: fa098f70a9ca0c8def9b637c6fa672cf5df153dd3c90a65fe1a1357cb4f6ac7d
Contents?: true
Size: 1.08 KB
Versions: 90
Compression:
Stored size: 1.08 KB
Contents
#top_menu.ui.fixed.menu .item.title %a.header(href='/')= $title %span.favourite - if settings.respond_to?(:finder) and settings.finder and settings.finder.instances.any? .finder.right.item %form.collapse(action='/find' method="POST") %input(type="search" name="term" placeholder='Search') #aesthetics.item - if defined? Sinatra::RbbtRESTWorkflow and Sinatra::RbbtRESTWorkflow::WORKFLOWS - expoted_workflows = Sinatra::RbbtRESTWorkflow::WORKFLOWS.collect do |workflow| - next if workflow.asynchronous_exports.empty? and workflow.synchronous_exports.empty? and workflow.exec_exports.empty? - workflow - expoted_workflows.compact! - if expoted_workflows.any? .workflow.ui.simple.dropdown.item.right %i.icon.dropdown Workflows .menu - expoted_workflows.each do |workflow| %a.item(href='#{'/' + workflow.to_s}')= workflow.to_s %a.item.login.right(href='/login') %i.icon.user - if user = user %a.item.right(href='/help') Help %a.item.right.reload(href='#') %i.icon.repeat
Version data entries
90 entries across 90 versions & 1 rubygems