Sha256: 84616d4d9721c0d792d21db5c34118fc5dd21d0df168fbde0b34a67a52079ce9
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
= javascript 'katello/sync_management' = javascript do :plain localize({ "cancel": '#{escape_javascript(_('Cancel'))}', "cancelled": '#{escape_javascript(_("Sync Canceled"))}', "error": '#{escape_javascript(_('Error'))}', "complete": '#{escape_javascript(_('Sync complete.'))}', "no_start_time": '#{escape_javascript(_('No start time currently available.'))}', }); KT.repo_status = $.parseJSON('#{escape_javascript(@repo_status.to_json)}'); KT.permissions = { "syncable" : #{any_syncable?} }; .grid_4 %h2= _("Sync Status") = render 'controls' #main.grid_16 = render 'products'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/sync_management/index.html.haml |
katello-1.5.0 | app/views/katello/sync_management/index.html.haml |