Sha256: d6da881c9094e34213aa5116871a250f03b7bb6dceb68a6cd9ef67c775bded8d

Contents?: true

Size: 713 Bytes

Versions: 9

Compression:

Stored size: 713 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.new', :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_title' -%>
  </p>
  <p>
    <%= f.label t('activerecord.attributes.news_feed.url') -%><br />
    <%= f.text_field :url, :class => 'resource_url' -%>
  </p>
  <p>
    <%= f.submit t('page.create') -%>
  </p>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <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/new.html.erb
enju_news-0.1.0.pre4 app/views/news_feeds/new.html.erb
enju_news-0.1.0.pre3 app/views/news_feeds/new.html.erb
enju_news-0.1.0.pre2 app/views/news_feeds/new.html.erb
enju_news-0.1.0.pre app/views/news_feeds/new.html.erb
enju_news-0.0.5 app/views/news_feeds/new.html.erb
enju_news-0.0.4 app/views/news_feeds/new.html.erb
enju_news-0.0.3 app/views/news_feeds/new.html.erb
enju_news-0.0.2 app/views/news_feeds/new.html.erb