You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/05/25 09:38:26 UTC

git commit: Core: Fixed typo in instance HAML view

Updated Branches:
  refs/heads/master c175084c9 -> 5fddc78a8


Core: Fixed typo in instance HAML view


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/5fddc78a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/5fddc78a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/5fddc78a

Branch: refs/heads/master
Commit: 5fddc78a85d89203c77088d7b90c4abe6736ab35
Parents: c175084
Author: Michal Fojtik <mf...@redhat.com>
Authored: Fri May 25 09:38:20 2012 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Fri May 25 09:38:20 2012 +0200

----------------------------------------------------------------------
 server/views/instances/show.html.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/5fddc78a/server/views/instances/show.html.haml
----------------------------------------------------------------------
diff --git a/server/views/instances/show.html.haml b/server/views/instances/show.html.haml
index ac0c6ba..ce8fa4d 100644
--- a/server/views/instances/show.html.haml
+++ b/server/views/instances/show.html.haml
@@ -59,6 +59,6 @@
         - @instance.actions.each do |action|
           =link_to_action action, self.send(:"#{action}_instance_url", @instance.id), instance_action_method(action)
         - if @instance.state=="RUNNING" and driver.respond_to?(:run_on_instance)
-          =link_to_action 'run command', api_url('/instances/%s/run', % @instance.id), :get
+          =link_to_action 'run command', api_url('/instances/%s/run' % @instance.id), :get
         - if @instance.can_create_image?
           =link_to_action 'Create Image', api_url_for("images/new?instance_id=#{@instance.id}"), :get