projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rubocop and erblint fixes
[rails.git]
/
app
/
views
/
diary_entries
/
new.html.erb
1
<% content_for :head do %>
2
<%= javascript_include_tag "diary_entry" %>
3
<% end %>
4
5
<% content_for :heading do %>
6
<h1><%= @title %></h1>
7
<% end %>
8
9
<%= error_messages_for "diary_entry" %>
10
11
<%= form_for @diary_entry do |f| %>
12
<%= render :partial => "form", :locals => { :f => f } %>
13
<% end %>