Sha256: 72776cfbfb765eddf3449d83351e710ef46669a0ffe48ffbf0f02de167e3fcf2

Contents?: true

Size: 382 Bytes

Versions: 10

Compression:

Stored size: 382 Bytes

Contents

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

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