pushtype / push_type

PushType is a modern, open source content management system for Ruby on Rails.
http://www.pushtype.org
Other
290 stars 32 forks source link

Added media url to "Edit Media" page. #52

Closed ryenski closed 6 years ago

ryenski commented 6 years ago

Customers sometimes want to be able to link to the uploaded asset from other locations. This provides a direct link to the asset from the Media/Edit media page in the PushType admin.

ryenski commented 6 years ago

After I submitted this I realized I could override the default view as shown in the Rails Guides: http://edgeguides.rubyonrails.org/engines.html#overriding-views

However, it would still be nice to have this by default.

aaronrussell commented 6 years ago

Thanks for your suggestion. In the commit above I've removed the url you added, but instead link to the asset from the filename, so if you just need the url you can right click the link to copy it.