Skip to content

Commit

Permalink
'Back' is in place
Browse files Browse the repository at this point in the history
Just to get delete in there…
  • Loading branch information
pikesley committed Jan 30, 2016
1 parent e2bb219 commit cf030cd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ group :development, :test do
gem 'coveralls'
gem 'launchy'
gem 'guard-rspec'
gem 'terminal-notifier-guard'
end

group :development do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ GEM
sprockets (>= 3.0.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
terminal-notifier-guard (1.6.4)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
Expand Down Expand Up @@ -288,6 +289,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
terminal-notifier-guard
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)
Expand Down
1 change: 0 additions & 1 deletion app/views/shared/_edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
data: {
confirm: 'Are you sure?'
} %>
<%= render partial: 'shared/back' %>
2 changes: 1 addition & 1 deletion app/views/shared/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div class='row'>

<%= form_for @metric do |f| %>
<div class='col-xs-12'>

Expand All @@ -26,6 +25,7 @@

<div class='col-xs-12 buttons'>
<%= f.submit class: 'btn btn-success' %>
<%= render partial: 'shared/back' %>
</div>
<% end %>
</div>
2 changes: 0 additions & 2 deletions app/views/shared/_new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<h1>Add <%= title.titleize %></h1>

<%= render 'form' %>
<%= render partial: 'shared/back' %>

0 comments on commit cf030cd

Please sign in to comment.