Skip to content

Commit

Permalink
add meta in project show page
Browse files Browse the repository at this point in the history
  • Loading branch information
apprentice1988 committed Oct 24, 2015
1 parent ed9a5ae commit 3b640f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Hackathon</title>
<meta charset="utf-8">
<meta name="viewport" content="width=1170">
<meta name="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no">
<%#= stylesheet_link_tag 'ged', media: 'all'%>
<%= stylesheet_link_tag 'application', media: 'all'%>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit 3b640f9

Please sign in to comment.