prototype mobile interface
This commit is contained in:
12
app/views/layouts/mobile.html.erb
Normal file
12
app/views/layouts/mobile.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= yield :page_title %></title>
|
||||
<%= csrf_meta_tag %>
|
||||
<%= stylesheet_link_tag "mobile", :media => "screen" %>
|
||||
<%= javascript_include_tag "mobile" %>
|
||||
</head>
|
||||
<body>
|
||||
<%= yield :layout %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user