Sha256: 8321b4d04345fb43cae81ad2b2fa1db8a25a56d1ea21c8ee01c79cefbfa9e397

Contents?: true

Size: 773 Bytes

Versions: 9

Compression:

Stored size: 773 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

9 entries across 9 versions & 1 rubygems

Version Path
enju_news-0.1.0.pre5 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre4 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre3 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre2 app/views/news_feeds/edit.html.erb
enju_news-0.1.0.pre app/views/news_feeds/edit.html.erb
enju_news-0.0.5 app/views/news_feeds/edit.html.erb
enju_news-0.0.4 app/views/news_feeds/edit.html.erb
enju_news-0.0.3 app/views/news_feeds/edit.html.erb
enju_news-0.0.2 app/views/news_feeds/edit.html.erb