itsf_backend 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dcf00b74666b710c157f92a724a63137d2f407e
4
- data.tar.gz: a15219050c845c035cfaccdb021ebc60b61eeacc
3
+ metadata.gz: a5890c4a1404e415189f5bea5b87764280879294
4
+ data.tar.gz: 7df41030b4594c010a7bf5cfc777558f8b3d365b
5
5
  SHA512:
6
- metadata.gz: 16436d0ba231de75bdbe947320216a6ff03f4aa67ebb2b55dbdcdef4d2472682729fe05b96dfc53702ae9f6eba8f135760759a56aaf9ec9a3752363810bcb899
7
- data.tar.gz: 68fbba8e9d36dc16709075da25760d74a6a524fa536fbfa714289336a63d5d084dabbfbef2447dc5858e7f2e620cab03880fa2edd1002903e466cd9da5c2957d
6
+ metadata.gz: 34a6dbebbffc43c71e5ad2a0bed614ffe210948e1e07396bfad49727b64695efa04e0daaf92d7ac74d876a8f4fc54ff8bfa7cacad91aed1288a17177f9873331
7
+ data.tar.gz: 79cf09d7d0926c345d7f0fbdbcfc18981add3673bcfd2f92a0571fba8fec91d615b0fd9e485be463cfce57b5d1a81c709461508215ae983aa40ef82e5d6f3d9a
@@ -20,9 +20,13 @@
20
20
  = render 'show_extras', resource: @resource
21
21
 
22
22
  .well.well-sm
23
- = link_to(edit_resource_path(@resource), class: 'btn btn-primary btn-responsive') do
24
- %span.glyphicon.glyphicon-pencil
25
- %span.btn-text= t('.edit')
26
- = link_to collection_path, class: 'btn btn-default btn-responsive pull-right' do
27
- %span.glyphicon.glyphicon-arrow-left
28
- %span.btn-text= t('.back')
23
+ - begin
24
+ = link_to(edit_resource_path(@resource), class: 'btn btn-primary btn-responsive') do
25
+ %span.glyphicon.glyphicon-pencil
26
+ %span.btn-text= t('.edit')
27
+ - rescue ActionController::UrlGenerationError
28
+ - begin
29
+ = link_to collection_path, class: 'btn btn-default btn-responsive pull-right' do
30
+ %span.glyphicon.glyphicon-arrow-left
31
+ %span.btn-text= t('.back')
32
+ - rescue ActionController::UrlGenerationError
@@ -1,5 +1,5 @@
1
1
  module Itsf
2
2
  module Backend
3
- VERSION = '1.1.3'
3
+ VERSION = '1.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itsf_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-29 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails