Sha256: 4b729b7dd32ac0e5cccd2452ec8dc86b39f923e4b06a647e6c5d76d153501a2b

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

- title t(:infosource_edit_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_change_action_label) 
  %br
  = link_to t(:infosources_view_action_label), @infosource
  |
  = 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/edit.html.haml
solarsearch-0.0.9 app/views/infosources/edit.html.haml