Skip to content

Commit

Permalink
Cleaned up copy issue and general up.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Apr 21, 2010
1 parent 0808d57 commit 99885ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/features/merge.html.erb
Expand Up @@ -4,11 +4,11 @@
<%= render :partial => "legend", :locals => {:diff_from => "file", :diff_to => "file"} %>

<div class="notice">This will change the source file. Unless you use source control, you may lose all changes</div>

<span id="panel" class="ui-widget ui-widget-content ui-corner-all">
<%= link_to 'Dry-run', file_merge_feature_path(@feature, :dry_run => true) %>
<%= link_to 'Patch', file_merge_feature_path(@feature) %>
</span>

<div class="notice">This will change the source file. Unless you use source control, you may lose all changes</div>

<%= @pretty.to_html %>
4 changes: 2 additions & 2 deletions app/views/features/system_merge.html.erb
Expand Up @@ -4,10 +4,10 @@
<%= render :partial => "legend", :locals => {:diff_from => "system", :diff_to => "system"} %>

<div class="notice">This will change will update the system feature</div>

<span id="panel" class="ui-widget ui-widget-content ui-corner-all">
<%= link_to 'Update', system_sync_feature_path(@feature) %>
</span>

<div class="notice">This change will update the system feature</div>

<%= @pretty.to_html %>
4 changes: 2 additions & 2 deletions features/plain/changes_view_improvements.feature
Expand Up @@ -30,5 +30,5 @@ Feature: Changes view improvements

Examples: Changes notices
| link | notice |
| merge changes | This will change the source file. Unless you use source control, you may lose all changes |
| merge system | This will change will update the system feature |
| merge changes | This change the source file. Unless you use source control, you may lose all changes |
| merge system | This change will update the system feature |

0 comments on commit 99885ce

Please sign in to comment.