Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615232
application.html.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 10:06 PM
Size
921 B
Mime Type
text/html
Expires
Mon, Mar 23, 10:06 PM (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
354332
Attached To
rWEBDNS WebDNS (edet4)
application.html.erb
View Options
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>WebDNS</title>
<%=
stylesheet_link_tag
'application'
,
media
:
'all'
%>
<!--[if lt IE 9]>
<%=
javascript_include_tag
'html5shiv.min'
%>
<![endif]-->
<%=
javascript_include_tag
'application'
%>
<%=
csrf_meta_tags
%>
</head>
<body>
<%=
render
"shared/nav"
%>
<div class="container">
<div class="row">
<div class="col-xs-12">
<%=
flash_messages
%>
<%=
render
"shared/breadcrumbs"
%>
<%=
yield
%>
</div> <!-- /layout-col -->
</div> <!-- /layout-row -->
</div> <!-- /container -->
</body>
</html>
Event Timeline
Log In to Comment