MiraitSystems/enju_trunk

View on GitHub
app/views/manifestations/_holding.mobile.erb

Summary

Maintainability
Test Coverage
<%- if has_accessible_item(manifestation) %>
  <div class="holding_index" id="holding_<%= manifestation.id -%>">
    <%- if manifestation.article? %>
      <%= render 'manifestations/show_holding_index_article', :manifestation => manifestation -%>
    <%- else -%>
      <%= render 'manifestations/show_holding_index', :manifestation => manifestation -%>
    <%- end -%>
  </div>
<%- end -%>