Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
4
app/views/product_editions/_edition.html.erb
Normal file
4
app/views/product_editions/_edition.html.erb
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="edition-popup-content">
|
||||
<div class="heading"><%= t('txt.order.stdl_editions_difference') %></div>
|
||||
<%= @edition.description %>
|
||||
</div>
|
||||
1
app/views/product_editions/show.html.erb
Normal file
1
app/views/product_editions/show.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<p>The Professional edition has all the features the Standard edition has and many extra.</p><p>It allows you to easily <strong>email tasks</strong> to others or to yourself. Set <strong>Start Date</strong> and <strong>Completion Date</strong> for your tasks. <strong>Assign</strong> tasks using <strong>Assigned To</strong> field. Track your progress more precisely using <strong>Percent Done</strong> field and <strong>Status</strong> field. Use <strong>Time Estimate</strong> and <strong>Time Spent</strong> fields for instant clarity about time needed and time spent for each task. <strong>Context</strong> field helps you to better categorize your tasks.</p><p>The best part is: <strong>You decide</strong> which fields you want to use, and which to <strong>completely</strong> hide (this is a unique feature).</p>
|
||||
Reference in New Issue
Block a user