Sha256: 8093ea601a610f117366f1aeaf2eb40343ff19d3c0e2d5d8f0b96089452be9a0

Contents?: true

Size: 1.7 KB

Versions: 68

Compression:

Stored size: 1.7 KB

Contents

<tr id="thought-<%= mutable_thought.id %>">
  <td class="not-displayed">
    <%= mutable_thought.created_at ? mutable_thought.created_at.to_i : 0 %>
  </td>
  <td>
    <span class="immutable-thought-content"><%= mutable_thought.content %></span>
    <%= text_field_tag "thoughts[#{ mutable_thought.id }][content]", mutable_thought.content, class: "not-displayed" %>
  </td>
  <td>
    <span class="immutable-thought-content"><%= (!mutable_thought.pattern_title.blank? ? mutable_thought.pattern_title : "<span class=\"label label-warning\">Not Answered</span>".html_safe) %></span>
    <%= select_tag "thoughts[#{ mutable_thought.id }][pattern_id]", options_from_collection_for_select(ThoughtPattern.all, "id", "title", mutable_thought.pattern_id), include_blank: true, class: "not-displayed" %>
  </td>
  <td>
    <span class="immutable-thought-content"><%= (!mutable_thought.challenging_thought.blank? ? mutable_thought.challenging_thought : "<span class=\"label label-warning\">Not Answered</span>".html_safe) %></span>
    <%= text_field_tag "thoughts[#{ mutable_thought.id }][challenging_thought]", mutable_thought.challenging_thought, class: "not-displayed" %>
  </td>
  <td>
    <span class="immutable-thought-content"><%= (!mutable_thought.act_as_if.blank? ? mutable_thought.act_as_if : "<span class=\"label label-warning\">Not Answered</span>".html_safe) %></span>
    <%= text_field_tag "thoughts[#{ mutable_thought.id }][act_as_if]", mutable_thought.act_as_if, class: "not-displayed" %>
  </td>
  <td class="ignore_cell"><%= mutable_thought.created_at.to_s(:standard) %></td>
  <td class="formonly"><%= submit_tag "Save", name: "thoughts[commit_id][#{ mutable_thought.id }]", class: "btn btn-default not-displayed" %></td>
</tr>

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.8 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.7 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.6 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.5 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.4 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.2 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.1 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.22.0 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.21.2 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.21.1 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.21.0 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.20.1 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.9 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.8 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.7 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.6 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.5 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.4 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb
think_feel_do_engine-3.19.3 app/views/think_feel_do_engine/thoughts/_mutable_thought.html.erb