File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
%li = link_to " Build a Studio Level" , levels_new_path(type: " Studio" )
9
9
%li = link_to " Build a Calc Level" , levels_new_path(type: " Calc" )
10
10
%li = link_to " Build an Eval Level" , levels_new_path(type: " Eval" )
11
+ %li = link_to " Build a Minecraft Level" , levels_new_path(type: " Minecraft" )
11
12
%li = link_to " Build a Multi Level" , levels_new_path(type: " Multi" )
12
13
%li = link_to " Build a Match Level" , levels_new_path(type: " Match" )
13
14
%li = link_to " Build a Text Match Level" , levels_new_path(type: " TextMatch" )
Original file line number Diff line number Diff line change 7
7
end
8
8
9
9
get '/s/minecraft/stage/1/puzzle/JehkobasFantasy_4.zip' , to : redirect ( '/voxel_textures.zip' )
10
+ get '/levels/JehkobasFantasy_4.zip' , to : redirect ( '/voxel_textures.zip' )
10
11
11
12
resources :activity_hints , only : [ :update ]
12
13
resources :callouts
You can’t perform that action at this time.
0 commit comments