Sha256: 1bfee60019167b4ddf7d0b36faed95b70f5fc85606581aed96edc87eeb5343d3

Contents?: true

Size: 490 Bytes

Versions: 31

Compression:

Stored size: 490 Bytes

Contents

<div class="row">
	<div class="col s12 m6 l6">
	  <div class="card">
	    <div class="card-image">
	      <img src="<%= @image.get_url %>">
	      <span class="card-title">Id No: <%= @image.id.to_s %></span>
	    </div>
	    <div class="card-content">
	      <p>Image created on : <%= @image.created_at %></p>
	    </div>
	    <div class="card-action">
	      <%= link_to "Delete", image_path(:id => @image.id.to_s), method: :delete, :remote => :true %>
	    </div>
	  </div>
	</div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.9 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.8 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.7 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.6 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.5 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.4 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.3 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.2 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.1 app/views/auth/images/_show.html.erb
wordjelly-auth-1.5.0 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.9 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.8 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.7 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.6 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.5 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.4 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.3 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.2 app/views/auth/images/_show.html.erb
wordjelly-auth-1.4.0 app/views/auth/images/_show.html.erb