Sha256: e21008ec0222c3d67d2f91eb077d76882c754e864c324fb83090f061a3ae4573

Contents?: true

Size: 714 Bytes

Versions: 2

Compression:

Stored size: 714 Bytes

Contents

- title t(:infosources_show_view_title) 

#dialog
  %p
    %em
      = t(:infosources_sourcename_form_field_label)
    = @infosource.sourcename
  %p
    %em
      = t(:infosources_url_form_field_label)
    = @infosource.sourcefeed
  %br
  = link_to t(:infosources_fetch_action_label), :action => 'fetch', :id => @infosource
  |
  = link_to t(:infosources_change_action_label), edit_infosource_path(@infosource)
  |
  = link_to t(:infosources_destroy_action_label), @infosource, :confirm => t(:are_you_sure_confirmation), :method => :delete
  |
  = link_to t(:infosources_back_to_the_list_action_label), infosources_path

#content
  = render :partial => 'article/article_list', :locals => {:shorten => :no_summary}

Version data entries

2 entries across 2 versions & 1 rubygems

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