Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324344
No One
Temporary
Actions
View 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
Mon, Nov 25, 6:50 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Wed, Nov 27, 6:50 PM (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
156170
Attached To
rARCHIVING archiving
View Options
diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..fea6e62
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,3 @@
+{
+ "phabricator.uri" : "https://repo.grnet.gr"
+}
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index e09d731..182d917 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,34 +1,34 @@
<!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>Archiving</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-fluid">
<div class="row">
<div class="col-xs-12">
<%= flash_messages %>
<%= yield %>
<% if current_user %>
<script type="text/javascript"
- src="https://tts.grnet.gr/jira/s/1c250e45736d7c273d4088b96df63579-T/en_US-ktdk5i/6346/19/1.4.16/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=7e9ca8be">
+ src="https://tts.grnet.gr/jira/s/0d8377abaee87897fb536fce0d7ee820-T/en_US-xvtzbt/6346/19/1.4.16/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=7e9ca8be">
</script>
<% end %>
</div> <!-- /layout-col -->
</div> <!-- /layout-row -->
</div> <!-- /container -->
</body>
</html>
Event Timeline
Log In to Comment