Sha256: b364ad5271b15165fb1a7d42c89730e9ac1a87efc35707b395fd027b21aa890c

Contents?: true

Size: 1.29 KB

Versions: 14

Compression:

Stored size: 1.29 KB

Contents

<%= title @title %>
<% content_for :like_button do %>
  <form method="post" action="<%= tally_like_vote_path(@image.id) %>" style="display:inline;">
    <button href="<%= tally_like_vote_path(@image.id) %>" type="submit" class="btn like-btn initial-state" data-image-id="<%= @image.id %>">
    <i class="icon-thumbs-up"></i>
    <%= t 'lentil.image_modal.like', :count => @image.like_votes.size %></button>
  </form>
<% end -%>
<% content_for :flag_button do %>
  <form method="post" action="<%= tally_flag_path(@image.id) %>" style="display:inline;">
    <button type="submit" class="btn btn-danger flag-btn initial-state" data-target="#myModal-<%= @image.id %>" data-toggle="modal" data-remote="false" data-image-id="<%= @image.id %>">
    <i class="icon-flag icon-white"></i>
    <span class="btn-text"><%= t 'lentil.image_modal.report' %></span></button>
  </form>
<% end -%>
<%= render :partial => "/layouts/lentil/top_navigation" %>
<div class="wrapper">
    <div class="grid-cell side-filler"></div>
    <div id="image_<%= @image.id %>" class="image-show grid-cell solo-image">
        <a href="<%= @image.url %>"><%= image_tag(@image.jpeg, :class => "instagram-img") %></a>
        <%= render "/layouts/lentil/image_popup", :image => @image  %>
    </div>
    <div class="grid-cell side-filler"></div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lentil-0.2.3 app/views/lentil/images/show.html.erb
lentil-0.2.2 app/views/lentil/images/show.html.erb
lentil-0.2.1 app/views/lentil/images/show.html.erb
lentil-0.2.0 app/views/lentil/images/show.html.erb
lentil-0.1.8 app/views/lentil/images/show.html.erb
lentil-0.1.7 app/views/lentil/images/show.html.erb
lentil-0.1.6 app/views/lentil/images/show.html.erb
lentil-0.1.3 app/views/lentil/images/show.html.erb
lentil-0.1.2 app/views/lentil/images/show.html.erb
lentil-0.1.1 app/views/lentil/images/show.html.erb
lentil-0.1.0 app/views/lentil/images/show.html.erb
lentil-0.0.3.pre app/views/lentil/images/show.html.erb
lentil-0.0.2.pre app/views/lentil/images/show.html.erb
lentil-0.0.1.pre app/views/lentil/images/show.html.erb