ce.widget-lab.sonar-widget-lab-plugin.1.8.1.source-code.html_widget.html.erb Maven / Gradle / Ivy
The newest version!
<%
# other mechanisms kick in when you set this global var.
# the value will be displayed in the title bar across the top of the widget
@widget_title=widget_properties['widgetTitle']
%>
<% if widget_properties['isMarkdown'] %>
<%= Api::Utils.markdown_to_html(widget_properties['userText']) -%>
<% else %>
<%= widget_properties['userText'] -%>
<% end %>