Sha256: 9a51433295ce5e71be4e7fae485425f4166b427b47c52819093a24f16c291787

Contents?: true

Size: 930 Bytes

Versions: 10

Compression:

Stored size: 930 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', model: t('activerecord.models.news_feed')) -%></h1>
<div id="content_list">
<p>
  <strong><%= t('activerecord.attributes.news_feed.title') -%>:</strong>
  <%= @news_feed.title -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.news_feed.url') -%>:</strong>
  <%= link_to h(@news_feed.url), @news_feed.url -%>
</p>

<div id="news_feed_box">
  <%= render partial: 'news_feeds/content', :locals => {:news_feed => @news_feed} -%>
</div>

<%= form_for(@news_feed, url: news_feed_url(@news_feed, mode: 'force_reload')) do |f| -%>
  <%= f.error_messages -%>

  <p>
    <%= f.submit t('page.force_reload') -%>
  </p>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_news_feed_path(@news_feed) -%></li>
    <li><%= link_to t('page.back'), news_feeds_path -%></li>
  </ul>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_news-0.3.0.beta.1 app/views/news_feeds/show.html.erb
enju_news-0.2.0 app/views/news_feeds/show.html.erb
enju_news-0.2.0.beta.3 app/views/news_feeds/show.html.erb
enju_news-0.2.0.beta.2 app/views/news_feeds/show.html.erb
enju_news-0.1.1 app/views/news_feeds/show.html.erb
enju_news-0.1.0 app/views/news_feeds/show.html.erb
enju_news-0.1.0.pre9 app/views/news_feeds/show.html.erb
enju_news-0.1.0.pre8 app/views/news_feeds/show.html.erb
enju_news-0.1.0.pre7 app/views/news_feeds/show.html.erb
enju_news-0.1.0.pre6 app/views/news_feeds/show.html.erb