scinote-web/app/views/reports/elements/_new_element.html.erb

25 lines
901 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% if !defined? hide then hide = false end %>
<% if !defined? initial then initial = false end %>
<div class="new-element <%= "hidden" if hide %> <%= "initial" if initial %>" data-ts="ignore" data-type="new" title="<%=t "projects.reports.elements.new_element.title" %>"
<% if initial %>
data-step="12"
data-position="left"
data-intro="<%= t('tutorial.new_report_html', private_org: @project.organization.name) %>"
<% end %>>
<a href="" class="new-element-href" data-action="add-new-elements">
<div class="line left-line">
<div class="filler-wrapper">
<div class="filler"></div>
</div>
</div>
<div class="plus-icon">
<span class="glyphicon glyphicon-plus"></span>
</div>
<div class="line right-line">
<div class="filler-wrapper">
<div class="filler"></div>
</div>
</div>
<div class="clear"></div>
</a>
</div>