Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
logical merge
Commit Description:
logical merge
<h1>New announcement</h1>
<%= error_messages_for :announcement %>
<%= form_for(@announcement) do |f| %>
<p>
<b>Title</b><br />
<%= f.text_field :title %>
</p>
<p>
<b>Notes</b> (shown internally, used to organize announcements)<br />
<%= f.text_field :notes %>
</p>
<p>
<b>Body</b><br />
<%= f.text_area :body %>
</p>
<p>
<b>Author</b><br />
<%= f.text_field :author %>
</p>
<p>
<b>Published</b><br />
<%= f.check_box :published %>
</p>
<p>
<b>Show on front page?</b><br />
<%= f.check_box :frontpage %>
</p>
<p>
<b>Show only in contest?</b><br />
<%= f.check_box :contest_only %>
</p>
<p>
<%= f.submit "Create" %>
</p>
<% end %>
<%= link_to 'Back', announcements_path %>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings