Sha256: 7efc51fb10ee8694db367fd5f953a99deeeffa1299663339bdf647c6fa406156

Contents?: true

Size: 904 Bytes

Versions: 6

Compression:

Stored size: 904 Bytes

Contents

<body>
<div class="jobdetail">
  <%= render :partial => 'header',
             :locals => @header_options.reverse_merge(
                     :position_presenter => @position_presenter,
                     :bookmark => @bookmark,
                     :account_id => @account.id,
                     :social_share => @social_share) if @position_presenter.show_header? %>
  <%  if @position_presenter.internal_view? %>
      <%= render :partial => 'intern',
                 :locals => @header_options.reverse_merge(
                         :position_presenter => @position_presenter,
                         :account_id => @account.id) %>
  <% else %>
      <iframe src="<%= raw @position_presenter.url %>" scrolling="no">
      </iframe>
  <% end %>
</div>

<%#
params:
@header_options
@account_id
@bookmark
@position
@position_presenter
%>
<script>
    ujsOpenDialog('.ujsDialog');
</script>
</body>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
codeqa-0.5.0 spec/fixtures/erb_example.html.erb
codeqa-0.4.2 spec/fixtures/erb_example.html.erb
codeqa-0.4.1 spec/fixtures/erb_example.html.erb
codeqa-0.4.0 spec/fixtures/erb_example.html.erb
codeqa-0.4.0.pre2 spec/fixtures/erb_example.html.erb
codeqa-0.4.0.pre spec/fixtures/erb_example.html.erb