public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Fix link for importing themes so that it can be reached (instead of 
triggering security protection)
Victor Jalencas (author)
Fri Sep 19 08:44:50 -0700 2008
commit  22dab17c881f9db136194243844d8ace37536099
tree    ae7bf1cc4df65d8391415677cbc2e6798beb1492
parent  2afd3354cb37f4a2021827ce43e5a4f696713a04
...
5
6
7
8
 
9
10
11
...
14
15
16
17
18
 
...
5
6
7
 
8
9
10
11
...
14
15
16
 
17
18
0
@@ -5,7 +5,7 @@
0
 <% content_for :action_nav do -%>
0
   <div id="page-nav">
0
     <ul id="act-nav" class="clear">
0
- <li><%= link_to "Import new theme", :controller => 'themes', :action => 'import' %></li>
0
+ <li><%= link_to "Import new theme", {:controller => 'themes', :action => 'import'}, :method => :post %></li>
0
     </ul>
0
   </div>
0
 <% end -%>
0
@@ -14,4 +14,4 @@
0
   <ul id="themelist">
0
 <%= render :partial => "theme", :collection => site.themes %>
0
   </ul>
0
-</div>
0
\ No newline at end of file
0
+</div>

Comments

    No one has commented yet.