Sha256: 506d5546a0761bf18677b6469f5a16e3b44871eb0d2467b3cbc14cfe72ec8881

Contents?: true

Size: 764 Bytes

Versions: 10

Compression:

Stored size: 764 Bytes

Contents

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

<%= form_for(@news_feed) do |f| -%>
  <%= f.error_messages -%>

  <p>
    <%= f.label t('activerecord.attributes.news_feed.title') -%><br />
    <%= f.text_field :title, class: 'resource_class' -%>
  </p>
  <p>
    <%= f.label t('activerecord.attributes.news_feed.url') -%><br />
    <%= f.text_field :url, class: 'resource_url' -%>
  </p>
  <p>
    <%= f.submit t('page.update') -%>
  </p>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), @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/edit.html.erb
enju_news-0.2.0 app/views/news_feeds/edit.html.erb
enju_news-0.2.0.beta.3 app/views/news_feeds/edit.html.erb
enju_news-0.2.0.beta.2 app/views/news_feeds/edit.html.erb
enju_news-0.1.1 app/views/news_feeds/edit.html.erb
enju_news-0.1.0 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre9 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre8 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre7 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre6 app/views/news_feeds/edit.html.erb