Sha256: 6e8d5de579635d606ec65710211b8c80f3af14ef3bbea90e26a69c158349fcaf

Contents?: true

Size: 177 Bytes

Versions: 7

Compression:

Stored size: 177 Bytes

Contents

var $row = $('td.localization_row[data-id="<%= @localization.id %>"]');
$row.data('editing', 1);
$row.html("<%= ejs render(:partial=>'form') %>");
$row.find('textarea').focus();

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lit-0.1.0 app/views/lit/localizations/edit.html.erb
lit-0.0.4.3 app/views/lit/localizations/edit.html.erb
lit-0.0.4.2 app/views/lit/localizations/edit.html.erb
lit-0.0.4.1 app/views/lit/localizations/edit.html.erb
lit-0.0.4 app/views/lit/localizations/edit.html.erb
lit-0.0.3.1 app/views/lit/localizations/edit.html.erb
lit-0.0.3 app/views/lit/localizations/edit.html.erb