submodule. rails3 stye

master
Espen Antonsen 2011-04-11 17:20:32 +08:00
parent 525ab93dec
commit 93ea7dbba4
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -3,4 +3,4 @@
url = git://github.com/espen/authlogic.git
[submodule "vendor/plugins/acts_as_permissible"]
path = vendor/plugins/acts_as_permissible
url = git@github.com:espen/acts_as_permissible.git
url = git://github.com/espen/acts_as_permissible.git

View File

@ -21,7 +21,7 @@
<h1>
<%= link_to(if ENV['LOGO'] then image_tag(ENV['LOGO']) else (ENV['TITLE'] || "Photos") end, root_path) %>
</h1>
<% form_tag albums_path, { :id => :search } do -%>
<%= form_tag albums_path, { :id => :search } do -%>
<input type="text" name="q" class="textfield"/>
<input type="submit" value="Search" class="button" />
<% end -%>