Skip to content

Commit

Permalink
add css class to document links
Browse files Browse the repository at this point in the history
  • Loading branch information
northerner committed Jun 16, 2016
1 parent 8768687 commit 1ff6d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/trough/redactor_document_picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RedactorPlugins.documentPicker = function()
self.selection.save();
this.documentPicker.highlightedTitle = self.selection.getText();
RemoteModal.show(function(document) {
var node = $('<a />');
var node = $('<a class="document-link"/>');
var title = self.documentPicker.highlightedTitle || document.name
var url = document.url;
node.html(title);
Expand Down
2 changes: 1 addition & 1 deletion lib/trough/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Trough
VERSION = "0.0.11"
VERSION = "0.0.13"
end

0 comments on commit 1ff6d5d

Please sign in to comment.