Sha256: 762daaf1956961bd0196ec0185ace399cf86c0c74b5f6f800fa2a0182baaec1b

Contents?: true

Size: 839 Bytes

Versions: 14

Compression:

Stored size: 839 Bytes

Contents

<% if @profile_question.errors.any? %>
  <div class="alert alert-danger alert-dismissible" role="alert">
    <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
    <strong><%= pluralize(@profile_question.errors.count, "error") %> prohibited this group from being saved:</strong>
    <ul>
    <% @profile_question.errors.full_messages.each do |message| %>
      <li><%= message %></li>
    <% end %>
    </ul>
  </div>
<% end %>

<div class="form-group">
  <%= f.label :question_text %>
  <%= text_field_tag "social_networking_profile_question[question_text]", @profile_question.question_text, class: "form-control" %>
</div>

<%= f.submit button_text, class: "btn btn-primary" %>
<%= link_to "Cancel", group_path(@group), class: "btn btn-default" %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.2.0.beta1 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.21 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.20 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.19 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.18 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.17 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.16 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.15 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.14 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.13 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.12 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.11 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb
think_feel_do_dashboard-1.1.10 app/views/think_feel_do_dashboard/social_networking/profile_questions/_form.html.erb