Searched defs:state (Results 1 - 1 of 1) sorted by relevance

/ontohub/app/helpers/
H A Dstate_helper.rb4 resource.state == 'failed' &&
34 "evaluation-state label #{State::STATE_LABEL[resource.state.to_sym]}",
39 state: resource.state,
43 state(resource)
47 def state(resource) method in class:StateHelper
48 html = content_tag(:span, t("states.#{resource.state}"))
50 unless State::IDLE_STATES.include?(resource.state)
54 if resource.state
[all...]

Completed in 8 milliseconds