Skip to content

Commit

Permalink
Added button to add new template from the screens#edit view to close #44
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Mar 11, 2012
1 parent e489567 commit c325436
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/screens/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<fieldset>
<legend><span><%= t(:select_template) %></span></legend>

<div class="clearfix">

<div class="input">
<%= link_to "Add New Template", new_template_path, :class => "btn info", :target => "_blank" %>
</div>
</div>

<div class="clearfix">
<label><%= t(:best_fit_templates) %></label>
<div class="input">
Expand Down

0 comments on commit c325436

Please sign in to comment.