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
technoweenie (committer)
Sat Sep 20 13:17:42 -0700 2008
commit  7a8bec230c0f5a5064e3871507e852324ecc38aa
tree    43a8c22c4dd3a5509b5587f2bf81d30f104ece71
parent  45ffeb7a56d59b8abe0bd78b53cec861423c9654
...
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.