Main Avalanche Network server application. Built with Ruby on Rails.

edit.html.erb 371B

    <% title (t 'blog.edit_post') + ' - ' + @blog_post.title %> <%= content_tag(:div, class: 'container top-container container-last') do %> <%= content_tag(:div, class: 'row') do %> <%= content_tag(:div, class: 'span12') do %> <div class="page-header"> <h1><%= t "blog.edit_post" %></h1> </div> <%= render 'form' %> <% end %> <% end %> <% end %>