Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324372
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, 7:31 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Wed, Nov 27, 7:31 PM (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
156193
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/app/views/domains/_bulk_panel.html.erb b/app/views/domains/_bulk_panel.html.erb
index 999bb52..283300c 100644
--- a/app/views/domains/_bulk_panel.html.erb
+++ b/app/views/domains/_bulk_panel.html.erb
@@ -1,32 +1,32 @@
<div id="bulk-panel" class="panel panel-primary hidden">
<div class="panel-heading">
Bulk Mode
</div>
<div class="panel-body">
<p>
<span class="added">0</span> records added<abbr title="Highlight records that failed to be added" class="failed failed-added"></abbr>,
<abbr class="js-modified-hover" title="Highlight modified records">
<span class="changed">0</span> records modified
</abbr><abbr title="Highlight records that failed to update." class="failed failed-changed"></abbr>,
<span class="deleted">0</span> records deleted<abbr title="Highlight records that failed to delete" class="failed failed-deleted"></abbr>.
</p>
<div>
- <a href="." class="btn btn-default">Cancel (Refresh)</a>
+ <%= link_to 'Cancel (Refresh)', @domain, class: "btn btn-default" %>
<button type="button" class="btn btn-success" id="js-bulky-commit">Commit</button>
</div>
</div>
</div>
<style>
.affix {
top: 55px;
z-index: 100;
}
</style>
<script>
$('#bulk-panel').affix({
offset: {
top: 50
}
});
</script>
Event Timeline
Log In to Comment