Commit d60bb7ec782cb02ecfd4971d11fc7e9b082bfab6
1 parent
d7d85f8b
Exists in
master
and in
23 other branches
Remove unnecessary help
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
app/views/favorite_enterprises/index.rhtml
| ... | ... | @@ -29,7 +29,6 @@ |
| 29 | 29 | <% button_bar do %> |
| 30 | 30 | <%= button(:back, _('Go back'), :controller => 'profile_editor') %> |
| 31 | 31 | <% end %> |
| 32 | -<%= content_tag(:small,_('* Notice that clicking on the remove button, you will remove your friends relation with this enterprise.')) %> | |
| 33 | 32 | |
| 34 | 33 | </div><!-- end id="manage_friends" --> |
| 35 | 34 | ... | ... |
app/views/friends/index.rhtml
| ... | ... | @@ -46,7 +46,6 @@ |
| 46 | 46 | <%= button(:search, _('Invite people from my e-mail contacts'), :controller => 'invite', :action => 'friends') %> |
| 47 | 47 | <% end %> |
| 48 | 48 | <% end %> |
| 49 | -<%= content_tag(:small,_('* Notice that clicking on the remove button, you will remove your friends relation with this friend.')) %> | |
| 50 | 49 | |
| 51 | 50 | </div><!-- end id="manage_friends" --> |
| 52 | 51 | ... | ... |