Noosfero/noosfero

View on GitHub
plugins/orders/views/orders_plugin_admin/_header.html.erb

Summary

Maintainability
Test Coverage

<div class="order-header">
  <%= (t('orders_plugin.views.item._index.header') % {
    :profile_code => order.code,
    :profile => content_tag('strong', order.profile_data[:name]),
    :consumer => content_tag('strong', order.consumer_data[:name]),
  }).html_safe %>
</div>