Skip to content

Commit

Permalink
removed unused views
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Wallace committed Feb 10, 2011
1 parent d7561e8 commit 220813b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 121 deletions.
29 changes: 0 additions & 29 deletions rails/app/views/levels/_form.html.erb

This file was deleted.

51 changes: 0 additions & 51 deletions rails/app/views/levels/edit.html.erb

This file was deleted.

27 changes: 0 additions & 27 deletions rails/app/views/levels/index.html.erb

This file was deleted.

5 changes: 0 additions & 5 deletions rails/app/views/levels/new.html.erb

This file was deleted.

9 changes: 0 additions & 9 deletions rails/app/views/levels/show.html.erb

This file was deleted.

12 changes: 12 additions & 0 deletions rails/app/views/users/edit_level.html.erb
Expand Up @@ -55,4 +55,16 @@ var levelname = "<%= @level.html_title %>";

<%= include_stylesheets :editor %>
<%= include_javascripts :editor %>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21321916-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body></html>

0 comments on commit 220813b

Please sign in to comment.