2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Move test tructure to the latest version.

- `unit` becomes `models`
- `functional` becomes `controllers`
This commit is contained in:
edogawaconan 2014-11-20 11:27:05 +09:00
parent af6b17324d
commit 06175f6c3a
69 changed files with 3 additions and 3 deletions

View File

@ -1,2 +0,0 @@
var I18n = I18n || {};
I18n.translations = {"en":{"js":{"comment":{"flag_ask":"Flag this comment?","flag_process":"Flagging comment for deletion...","flag_notice":"Comment flagged for deletion","quote_error":"Error quoting comment","delete_ask":"Are you sure you want to delete this comment?","delete_error":"Error deleting comment: "},"denied":"Access Denied","dmail":{"fetch_prev_msg":"Fetching previous messages...","prev_msg_loaded":"Previous messages loaded"},"error":"Error: ","forum":{"mark_as_read":"Marked all topics as read","quote_error":"Error quoting forum post"},"no_translation":"No translation: ","noone":"no one","said":"said:","vote":{"remove":"Remove vote","good":"Good","great":"Great","fav":"Favorite","saved":"Vote saved","voting":"Voting..."}}}};

View File

@ -27,9 +27,11 @@
<%= auto_discovery_link_tag :atom, controller: '/post', :action => "atom", :tags => params[:tags] %>
<%= stylesheet_link_tag :application %>
<%= javascript_tag do %>
<%= render :partial => "layouts/locale.js", :formats => :coffee %>
<% end %>
<%= javascript_include_tag :application %>
<%= javascript_include_tag 'moe-legacy/application' %>
<%= render 'layouts/locale' %>
<!--[if lt IE 8]>
<script src="/IE8.js" type="text/javascript"></script>
<![endif]-->