Sha256: b2d85b3ae6fe6ab92c2929283edf93be0f45266580561a03faef4b2500757422

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

- title t(:infosources_new_view_title)

#dialog
  - form_for(@infosource) do |f|
    = f.error_messages
    %p
      = f.label t(:infosources_sourcename_form_field_label)
      %br
      = f.text_field :sourcename
    %p
      = f.label t(:infosources_url_form_field_label)
      %br
      = f.text_field :sourcefeed
    %p
      = f.submit t(:infosources_create_action_label)
  %br
  = link_to t(:infosources_back_to_the_list_action_label), infosources_path

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solarsearch-0.0.10 app/views/infosources/new.html.haml
solarsearch-0.0.9 app/views/infosources/new.html.haml