Sha256: e5939a26535c229a4b1aecbf1e45b5c01f672d3da1a1a6fd60e23c62c90b2ae7
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
<div class="duo-bl"> <div class="left-part"> <div class="content"> <div class="row-container"> <div class="white-row"> <div class="r-corn"> <%= link_to parent.title, manage_ballot_box_votes_path(:"#{parent_type}_id" => parent.id), :class=>"dark-text" %> </div> </div> </div> <div id="votes" class="stage"> <%= render :partial=>"manage/ballot_box/votes/vote", :collection => @votes %> <%= paginate @votes %> </div> <script type='text/javascript'> $(document).ready(function(){ Manage.init_collection('votes', 'dinamic-bl'); }); </script> </div> </div> <div class="right-part"> <div class="filter-right"> <%= render :partial=>"manage/ballot_box/votes/model_filter" %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunrise-votes-0.1.0 | app/views/manage/ballot_box/votes/index.html.erb |