Sha256: d41acf841543228e4eb967d2cad9aa21a264ee64cd3d748845962223cdcc8316

Contents?: true

Size: 890 Bytes

Versions: 9

Compression:

Stored size: 890 Bytes

Contents

<% @custom ||= @sphere.customs.build %>

<%= form_for @custom, :remote => true do |f| %>
  <%= f.hidden_field :sphere_id %>

  <% if @custom.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@custom.errors.count, "error") %> prohibited this custom relation from being saved:</h2>

      <ul>
      <% @custom.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <p><%= f.text_field :name, :class => "privacy_input_new", :size => 20 %></p>
  <%= f.submit nil, :class => "button" %>
  <button class="button" id="cancel_new_relation_custom" ><%= t('button.cancel') %></button>
<% end %>

<%= javascript_tag do %>
  $("#cancel_new_relation_custom").click(function() {   
    $("#new_relation_custom_input_block").hide();
    $("#new_relation_custom_title_block").show();
    return false;
  });
<% end %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
social_stream-base-0.6.3 app/views/relation/customs/_form.html.erb
social_stream-base-0.6.2 app/views/relation/customs/_form.html.erb
social_stream-base-0.6.1 app/views/relation/customs/_form.html.erb
social_stream-base-0.6.0 app/views/relation/customs/_form.html.erb
social_stream-base-0.5.2 app/views/relation/customs/_form.html.erb
social_stream-base-0.5.1 app/views/relation/customs/_form.html.erb
social_stream-base-0.5.0 app/views/relation/customs/_form.html.erb
social_stream-0.4.6 app/views/relation/customs/_form.html.erb
social_stream-0.4.5 app/views/relation/customs/_form.html.erb