Sha256: 4fc2444ed0ec87ab26362bba23b09ae16d719a5b321cfcaa747dc373501f0795

Contents?: true

Size: 638 Bytes

Versions: 24

Compression:

Stored size: 638 Bytes

Contents

<div class ="properties_list">
  <ul>
    <% for attribute, value in @source.attributes %>
      <%= render(:partial => 'property_item', :object => attribute, :locals => { :values => [value] }) %>
    <% end %>
    <% for predicate in @source.direct_predicates %>
      <%= render(:partial => 'property_item', :object => predicate.to_name_s, :locals => { :values => @source[predicate] }) %>
    <% end %>
    <% for predicate in @source.inverse_predicates %>
      <%= render(:partial => 'property_item', :object => "#{predicate.to_name_s} (inverse)", :locals => { :values => @source.inverse[predicate] }) %>
    <% end %>
  </ul>
</div>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
talia_core-0.7.0 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.5.4 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.5.3 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.5.2 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.5.1 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.5.0 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.22 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.20 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.19 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.18 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.17 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.16 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.15 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.14 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.13 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.12 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.11 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.10 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.9 generators/talia_base/templates/app/views/sources/_property_list.html.erb
talia_core-0.4.8 generators/talia_base/templates/app/views/sources/_property_list.html.erb