submodule. rails3 stye
This commit is contained in:
parent
525ab93dec
commit
93ea7dbba4
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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 -%>
|
||||
|
|
Loading…
Reference in a new issue