Sha256: 69b87ed95c53166034f963bfab7a0d795dae0b4422995968cea834ba7bcd2126
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
<h2><%= @task.title %></h2> <hr> <div class="row"> <div class="col-md-8"> <strong>Title:</strong> <%= @task.title %> <br/> <strong>Content:</strong> <%= @task.content %> <br/> <%- if Blast::Core.available?(:contacts) %> <strong>Contact:</strong> <%= @task.contact.email %> <br/> <% end %> <strong>User:</strong> <%= @task.user.email %> <br/> </div> </div> <hr> <%= link_to 'Edit', blast.edit_task_path(@task), class: "btn btn-primary" %> <%= link_to 'Back', blast.tasks_path, class: 'btn btn-default' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blast_tasks-0.0.1 | app/views/blast/tasks/tasks/show.html.erb |