Sha256: 0321c21117b8ff27e3e18311519c74fe5f0b035c55d841f4227f0b260231bb99

Contents?: true

Size: 954 Bytes

Versions: 13

Compression:

Stored size: 954 Bytes

Contents

<div class="row m-40-top">
  <div class="col s12 m12 l12">
    <div class="card ">
      	<div class="card-content blue-grey-text darken-2 p-0-bottom">
	        <span class="card-title black-text"><h5 class="m-0-top"><%= instruction.title %></h5></span>
	        <p><h6 class="m-0-top grey-text"><%= instruction.description %></h6></p>
	        <ul class="collection m-15-top" style="border:none;">
		        <% instruction.bullets.each do |bullet| %>
		        	<%= render :partial => "auth/work/bullets/show.html.erb", locals: {bullet: bullet, instruction: instruction, product: product} %>
		        <% end %>
	        </ul>
      	</div>
      	<div class="card-action">
      		<% instruction.links.each do |link| %>
      		<a href="<%= link.url %>"><%= link.url_text %></a>
      		<% end %>
      	  <%= link_to "Edit", edit_instruction_path(:product_id => product.id.to_s,:id => instruction.id.to_s) %>
        </div>
    </div>
  </div>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.3 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.2.2 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.2.1 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.2.0 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.9 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.8 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.7 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.6 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.5 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.4 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.3 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.2 app/views/auth/work/instructions/_show.html.erb
wordjelly-auth-1.1.1 app/views/auth/work/instructions/_show.html.erb