Skip to content

Commit

Permalink
Merge pull request #412 from buren/viewport-meta-tag
Browse files Browse the repository at this point in the history
Add viewport meta tag.
  • Loading branch information
Pajk committed Dec 13, 2015
2 parents 8569639 + 74dc623 commit 31964ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/apipie/apipie.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title><%= t('apipie.api_documentation') %></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= Apipie.include_stylesheets %>
<link type='text/css' rel='stylesheet' href='<%= Apipie.full_url("stylesheets/application.css")%>'/>
<!-- IE6-8 support of HTML5 elements -->
Expand Down

0 comments on commit 31964ce

Please sign in to comment.