Sha256: 4d71d00318b748efc8996ec27af31784105f14f1e3eefac35d8ea7ea8649ad96

Contents?: true

Size: 1.9 KB

Versions: 15

Compression:

Stored size: 1.9 KB

Contents

<% collect_user_extra_fields = model.initiative.type.collect_user_extra_fields %>
<% cell_small_width = collect_user_extra_fields ? "9.4%" : "15.6%" %>
<% style_initiatives_votes_table_row = "width: 100%; display: inline-block; min-height: 33pt; border-bottom: 1pt solid black;" %>
<% style_initiatives_votes_table_cell = "width: #{cell_small_width}; padding-left: 5pt; word-wrap: break-word; display: inline-block; float: left; min-height: 36pt;" %>
<br>
<div class="initiatives-votes-table-row" style="<%= style_initiatives_votes_table_row %>">
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= initiative_id %>
  </div>
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= initiative_title %>
  </div>
  <% if collect_user_extra_fields %>
    <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
      <%= name_and_surname %>
    </div>
    <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
      <%= document_number %>
    </div>
    <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
      <%= date_of_birth %>
    </div>
    <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
      <%= postal_code %>
    </div>
  <% end %>
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= time_and_date %>
  </div>
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= timestamp %>
  </div>
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= hash_id %>
  </div>
  <div class="initiatives-votes-table-cell w11" style="<%= style_initiatives_votes_table_cell %>">
    <%= scope %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-initiatives-0.29.2 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.5 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.1 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.4 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.0 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.3 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.0.rc4 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.0.rc3 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.0.rc2 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.29.0.rc1 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.2 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.1 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.0 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.0.rc5 app/cells/decidim/initiatives_votes/vote/show.erb
decidim-initiatives-0.28.0.rc4 app/cells/decidim/initiatives_votes/vote/show.erb