Sha256: cd13887e04f1fca044670541e4c369213e604bfaaa6d36aeb19d5241147e2dd4
Contents?: true
Size: 774 Bytes
Versions: 2
Compression:
Stored size: 774 Bytes
Contents
- title t(:infosources_list_view_title) #dialog %ul - @infosources.each do |infosource| %li = link_to infosource.sourcename, infosource = link_to t(:infosources_change_action_label), edit_infosource_path(infosource), :class => 'dialog_item_navigation' , = link_to t(:infosources_destroy_action_label), infosource, :confirm => t(:are_you_sure_confirmation), :method => :delete, :class => 'dialog_item_navigation' - if not (infosource.sourcefeed.nil? || infosource.sourcefeed.empty?) %ul{ :style => "list-style: none" } %li = link_to infosource.sourcefeed, infosource.sourcefeed, :class => 'dialog_item_navigation' %br = link_to t(:infosources_new_action_label), new_infosource_path
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solarsearch-0.0.10 | app/views/infosources/index.html.haml |
solarsearch-0.0.9 | app/views/infosources/index.html.haml |