projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add "All Blocks" nav tab to block list/show pages
[rails.git]
/
app
/
views
/
passwords
/
new.html.erb
1
<% content_for :heading do %>
2
<h1><%= t ".heading" %></h1>
3
<% end %>
4
5
<p><%= t ".help_text" %></p>
6
7
<%= bootstrap_form_tag do |f| %>
8
<%= f.text_field :email, :label => t(".email address") %>
9
<%= f.primary t(".new password button") %>
10
<% end %>